Skip to content

Releases: aslagle/reactive-table

Norwegian translation

04 Oct 20:33
Compare
Choose a tag to compare
v0.4.6

Version 0.4.6.

Fix no settings bug introduced in 0.4.4

02 Oct 21:15
Compare
Choose a tag to compare

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

02 Oct 19:47
Compare
Choose a tag to compare

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

02 Oct 19:43
Compare
Choose a tag to compare

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

02 Oct 19:38
Compare
Choose a tag to compare
v0.4.2

Version 0.4.2.

Update to anti:i18n

02 Oct 19:36
Compare
Choose a tag to compare

Update to use anti:i18n (the name changed for meteor 0.9.0)

Meteor 0.9.0 packaging system

02 Oct 19:27
Compare
Choose a tag to compare

Update the package to use Meteor's new packaging system.