0.4.16 • Published 3 months ago

@stonecrop/atable v0.4.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

ATable

User Guide

Key(s)Function
EnterdownCell
TabnextCell
Shift + EnterupCell
Shift+ TabprevCell
prevCell
upCell
nextCell
downCell
HomelastCell
EndfirstCell

Column API

The primary API for ATable is the column object.

  • title: String; optional
  • name: String; required (a reference to the column that must follow rules for valid JS variable naming)
  • type: String; optional (a valid data types, full list below)
  • align: String; optional (one of left, right or center; defaults to center)
  • edit: Boolean; optional (indicates if the field is editable; defaults to false)
  • width: String; optional (used to indicate the width of the cell; defaults to 40ch)
  • mask: Function; optional (a custom mask for the field, several are provided with types by default)
  • options: Function; optional (used with Select, Currency, and Quantity fields)
{
  title: 'Batch Name',
  name: 'name',
  type: 'Data',
  align: 'right',
  edit: false,
},
{
  title: 'Species',
  name: 'species',
  type: 'Select',
  align: 'left',
  edit: true,
  width: '30ch',
  required: true,
  options: () => ['Rainbow Trout', 'Steelhead', 'Golden Trout', 'Pacific Salmon']
},
{
  title: 'Date',
  name: 'set_date',
  type: 'Date',
  align: 'center',
  edit: true,
  width: '30ch',
  mask: value => `${value}+/-`,
}

Column Data Types

v0.1

  • Data/ Text (unformatted text)
  • Number (can be backed by int, decimal or float)
  • Hyperlink
  • Currency
  • Quantity
  • Date
  • Date Range
  • Select / Datalist / Combobox

v0.2

  • Rich Text Editor
  • Image
  • File
  • Diagram
0.4.15

3 months ago

0.4.16

3 months ago

0.4.13

3 months ago

0.4.14

3 months ago

0.4.11

5 months ago

0.4.12

4 months ago

0.4.9

5 months ago

0.4.8

5 months ago

0.4.10

5 months ago

0.4.7

6 months ago

0.2.63

8 months ago

0.2.62

8 months ago

0.2.61

8 months ago

0.2.60

8 months ago

0.2.67

8 months ago

0.2.66

8 months ago

0.2.65

8 months ago

0.2.64

8 months ago

0.2.52

9 months ago

0.2.51

9 months ago

0.2.50

9 months ago

0.2.59

8 months ago

0.2.58

9 months ago

0.2.57

9 months ago

0.2.56

9 months ago

0.2.55

9 months ago

0.2.54

9 months ago

0.2.53

9 months ago

0.3.0

8 months ago

0.3.6

8 months ago

0.3.5

8 months ago

0.3.8

7 months ago

0.3.7

7 months ago

0.3.2

8 months ago

0.3.1

8 months ago

0.3.4

8 months ago

0.3.3

8 months ago

0.3.9

7 months ago

0.2.49

9 months ago

0.2.48

9 months ago

0.3.11

7 months ago

0.3.10

7 months ago

0.4.5

6 months ago

0.4.4

7 months ago

0.4.6

6 months ago

0.4.1

7 months ago

0.4.0

7 months ago

0.4.3

7 months ago

0.4.2

7 months ago

0.2.47

10 months ago

0.2.46

10 months ago

0.2.45

10 months ago

0.2.44

10 months ago

0.2.41

10 months ago

0.2.43

10 months ago

0.2.42

10 months ago

0.2.40

10 months ago

0.2.39

10 months ago

0.2.38

10 months ago

0.2.37

10 months ago

0.2.36

11 months ago

0.2.35

11 months ago

0.2.27

1 year ago

0.2.26

1 year ago

0.2.25

1 year ago

0.2.24

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.20

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.30

11 months ago

0.2.16

1 year ago

0.2.34

11 months ago

0.2.33

11 months ago

0.2.32

11 months ago

0.2.31

11 months ago

0.2.29

11 months ago

0.2.28

12 months ago

0.2.13

1 year ago

0.2.11

1 year ago

0.2.9

1 year ago

0.2.10

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago