Releases: joeybuczek/react-quicktable
Releases · joeybuczek/react-quicktable
New prop for ignoring table reset on new incoming data
0.4.0 (June 9, 2018)
QuickTable Component
New Features
- New
ignoreResetOnNewDataprop - The table will not reset sorting, filtering, and paging state when the table receives a new array of data. Use with caution, as unintended paging results could occur when the new data is of varying array lengths.
New Prop & RecordApi Method for Toggling Content
0.3.0 (April 28, 2018)
QuickTable Component
New Features
- New
hideToggleColumnprop - allows column with toggle icon to be hidden, useful when toggling the row via new Record Api methodtoggleRecord()
Record API
- New
toggleRecord()method - allows rows to be toggled viarecordApiobject passed toColumnandToggleContentcomponents, useful when implementing row toggling via another element (ie button)
New Data Type for Sort/Filter
0.2.0 (April 24, 2018)
Column Component
New Features
- New
dataTypeprop value ofbooleanadded for sorting and filtering
CSS Themes Bug Fix
0.1.1 (April 21, 2018)
CSS Themes
Bug Fixes
- All included themes now render base CSS classes properly for table elements