0.4.16 • Published 2 months ago

@stonecrop/atable v0.4.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 months ago

0.4.16

2 months ago

0.4.13

2 months ago

0.4.14

2 months ago

0.4.11

4 months ago

0.4.12

3 months ago

0.4.9

4 months ago

0.4.8

4 months ago

0.4.10

4 months ago

0.4.7

5 months ago

0.2.63

7 months ago

0.2.62

7 months ago

0.2.61

8 months ago

0.2.60

8 months ago

0.2.67

7 months ago

0.2.66

7 months ago

0.2.65

7 months ago

0.2.64

7 months ago

0.2.52

8 months ago

0.2.51

8 months ago

0.2.50

8 months ago

0.2.59

8 months ago

0.2.58

8 months ago

0.2.57

8 months ago

0.2.56

8 months ago

0.2.55

8 months ago

0.2.54

8 months ago

0.2.53

8 months ago

0.3.0

7 months ago

0.3.6

7 months ago

0.3.5

7 months ago

0.3.8

6 months ago

0.3.7

7 months ago

0.3.2

7 months ago

0.3.1

7 months ago

0.3.4

7 months ago

0.3.3

7 months ago

0.3.9

6 months ago

0.2.49

8 months ago

0.2.48

8 months ago

0.3.11

6 months ago

0.3.10

6 months ago

0.4.5

5 months ago

0.4.4

6 months ago

0.4.6

5 months ago

0.4.1

6 months ago

0.4.0

6 months ago

0.4.3

6 months ago

0.4.2

6 months ago

0.2.47

9 months ago

0.2.46

9 months ago

0.2.45

9 months ago

0.2.44

9 months ago

0.2.41

9 months ago

0.2.43

9 months ago

0.2.42

9 months ago

0.2.40

9 months ago

0.2.39

9 months ago

0.2.38

10 months ago

0.2.37

10 months ago

0.2.36

10 months ago

0.2.35

10 months ago

0.2.27

12 months ago

0.2.26

12 months 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

10 months ago

0.2.16

1 year ago

0.2.34

10 months ago

0.2.33

10 months ago

0.2.32

10 months ago

0.2.31

10 months ago

0.2.29

10 months ago

0.2.28

11 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