Skip to content

Releases: aslagle/reactive-table

Fix using custom filter fields with server-side fields setting

04 May 01:52
Compare
Choose a tag to compare

This release fixes a bug that broke custom filters with fields when the server-side fields setting was also used.

noDataTmpl

26 Apr 18:01
Compare
Choose a tag to compare

This release adds a noDataTmpl option. Use it to specify a template to render when the collection is empty or filtered to 0 rows.

Control table state with ReactiveVars

21 Apr 15:42
Compare
Choose a tag to compare

This release allows table pagination and column visibility to be controlled by ReactiveVars in the table settings. The currentPage and rowsPerPage for the table and isVisible for each column can be set to ReactiveVars.

Documentation

Multiple tables with server-side collections

24 Mar 13:47
Compare
Choose a tag to compare

This release fixes #159, which prevented using multiple tables with server-side pagination and filtering.

Croatian translation

21 Mar 16:14
Compare
Choose a tag to compare
v0.7.1

Version 0.7.1.

Custom Filters

19 Mar 00:43
Compare
Choose a tag to compare

With this release, reactive-table supports multiple filter inputs, anywhere on the page. You can also write custom HTML to provide input to a filter, and link it to a table. See the documentation for details.

This release of reactive-table was generously supported by PeriShip and its principle architect, Chris Johnstone.

Exclude a field from column toggling

04 Mar 15:30
Compare
Choose a tag to compare

This release adds a hideToggle option to fields. When using showColumnToggles: true, set hideToggle: true on individual fields to exclude them from the list in the columns dropdown.

Server-side option to limit published fields

01 Mar 23:15
Compare
Choose a tag to compare

This release adds a server-side option to specify a set of fields to include or exclude in results and when filtering. (#152)

https://github.com/aslagle/reactive-table#server-side-settings

Fix Turkish translation word order

28 Feb 16:49
Compare
Choose a tag to compare
v0.6.13

Version 0.6.13.

Fix Turkish translation

27 Feb 03:19
Compare
Choose a tag to compare

Also adds the 'Columns' translation.