Releases: aslagle/reactive-table
Fix using custom filter fields with server-side fields setting
This release fixes a bug that broke custom filters with fields when the server-side fields setting was also used.
noDataTmpl
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
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.
Multiple tables with server-side collections
This release fixes #159, which prevented using multiple tables with server-side pagination and filtering.
Croatian translation
v0.7.1 Version 0.7.1.
Custom Filters
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
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
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
v0.6.13 Version 0.6.13.
Fix Turkish translation
Also adds the 'Columns' translation.