Skip to content

Releases: joeybuczek/react-quicktable

New prop for ignoring table reset on new incoming data

09 Jun 12:18

Choose a tag to compare

0.4.0 (June 9, 2018)

QuickTable Component

New Features

  • New ignoreResetOnNewData prop - 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

28 Apr 19:24

Choose a tag to compare

0.3.0 (April 28, 2018)

QuickTable Component

New Features

  • New hideToggleColumn prop - allows column with toggle icon to be hidden, useful when toggling the row via new Record Api method toggleRecord()

Record API

  • New toggleRecord() method - allows rows to be toggled via recordApi object passed to Column and ToggleContent components, useful when implementing row toggling via another element (ie button)

New Data Type for Sort/Filter

24 Apr 17:17

Choose a tag to compare

0.2.0 (April 24, 2018)

Column Component

New Features

  • New dataType prop value of boolean added for sorting and filtering

CSS Themes Bug Fix

24 Apr 17:16

Choose a tag to compare

0.1.1 (April 21, 2018)

CSS Themes

Bug Fixes

  • All included themes now render base CSS classes properly for table elements

Initial Release

24 Apr 17:15

Choose a tag to compare

0.1.0 (April 21, 2018)

QuickTable