react-dj-table

git icon
Change theme

Booleans Columns

CheckboxBooleanColumnsTypes

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