Skip to content

Instantly share code, notes, and snippets.

@chrislaughlin
Created May 31, 2018 10:22
Show Gist options
  • Save chrislaughlin/5adf2d81b862829fd2d05a3efa171299 to your computer and use it in GitHub Desktop.
Save chrislaughlin/5adf2d81b862829fd2d05a3efa171299 to your computer and use it in GitHub Desktop.
<ActionsTable
columns={columnConfig}
componentsConfig={componentConfig}
selectableRows
fixedHeight={'40vh'}
singleRowSelected={onUserSelected}
data={data}
tableOptions={{
tableTitle: true,
search: true,
searchableFields: ['firstName', 'lastName', 'email'],
maxHeight: 350,
heightType: 'maxHeight',
idAttr: 'uuid' }}
/>
And
<CheckedInput
inputClassName="input-test"
name="checkbox-name"
checked
type="checkbox"
labelClassName="label-test"
label="Label text"
showLabel={false}
value="value"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment