2.0.1 • Published 7 months ago

@makeform/table v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@makeform/table

Configs

  • fields: array of fields definition for fields to be used in this table.
  • noHeader: default false. hide table header if true.
  • entryName: default ''. name used when referring to a single entry in this table.
    • this will be used in places like button text such as "add entry", "add item", etc.

Fields

fields in config is an array of widget definition object. it instructs how we should render and control the dynamics of each field. Each object contains following fields:

  • type: @plotdb/block style block identifier (bid) to indicate the widget to use. can also be a string such as @makeform/input.
  • meta: widget meta object. see @plotdb/form for more detail.

License

MIT

1.3.0

10 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago