Booleans Columns
Booleans & Checkbox #
Boolean type are rendered as checkboxes automatically, specifying checkBox:false tells the table to render the value as a string
Options #
const options = {checkBox: false}
release 1.1 to include addtional boolean Column options to reduce reflection
- Next: Search & Filter
- Previous: Custom Columns