Releases: aslagle/reactive-table
Norwegian translation
v0.4.6 Version 0.4.6.
Fix no settings bug introduced in 0.4.4
Release 0.4.4 introduced a bug when automatically inferring fields from a collection instead of specifying them in settings. The package could set an empty list of visible columns in the Session before the collection was loaded, and it wouldn't update on reactive re-rendering, resulting in an empty table. This change won't set the list of visible columns until it is non-empty.
Show column toggles
This adds a showColumnToggles
option to allow end users to control which columns are displayed in the table. If the option is true
a button on the top right will reveal a dropdown with checkboxes for each column. To toggle a column off by default, add a hidden
property to the column's field. If showColumnToggles
is false
, the hidden
property will still hide the column.
The showColumnToggles
option is false
by default, so this release won't change anything until it is explicitly enabled.
Filter works with click-paste as well as typing
This adds handling for the filter box's input event as well as keyup, so that the filter will automatically change whenever the input changes. See #104
Finnish translation
v0.4.2 Version 0.4.2.
Update to anti:i18n
Update to use anti:i18n (the name changed for meteor 0.9.0)
Meteor 0.9.0 packaging system
Update the package to use Meteor's new packaging system.