Skip to content

Releases: aslagle/reactive-table

Make items in column toggle dropdown easier to click

05 Jul 20:16
Compare
Choose a tag to compare

This uses the entire li as the target for clicks instead of just the checkbox input. (#243)

Inherit font color for table header and pagination buttons

04 Jul 20:48
Compare
Choose a tag to compare

This removes the black font color CSS from sortable column headers and the pagination arrow buttons, so the color will be inherited from the site's CSS.

Sorting by virtual columns with nested keys

04 Jul 20:28
Compare
Choose a tag to compare

This fixes sorting with virtual columns to work properly with nested keys - the function used for sorting now matches the function used for display.

showRowCount option and improvements to pagination HTML

28 Jun 23:12
Compare
Choose a tag to compare

This release adds a showRowCount option that will display the total number of filtered rows inside the pagination controls ("Show X of Y rows per page"). It also changes the HTML of the pagination controls so more of the components are in spans and can be individually styled.

Option to disable multi-column sort and limit fields used for it

22 Jun 12:41
Compare
Choose a tag to compare

This release adds a multiColumnSort setting which will disable multi-column sort when set to false, which may fix problems caused by columns that weren't being used for sorting before. It reduces the fields used in multi-column sorting (so fields that aren't sortable won't be used). It also fixes #133, so it's possible to have the first column not be sortable without setting a default sort column.

Sorting improvements

11 Jun 19:08
Compare
Choose a tag to compare

This release enables multi-column sort and accessing/controlling the sort state via ReactiveVars. The old sort option for fields is deprecated, and there are two new options instead: sortOrder and sortDirection.

sortOrder should be a positive number, and the primary sort will be the field with the lowest sortOrder. sortDirection should be 1 for ascending or -1 for descending. Either of these can also be a ReactiveVar, which will be updated whenever the user changes the sorting, and will update the table whenever it's changed.

Font Awesome icons for previous and next page

02 Jun 11:36
Compare
Choose a tag to compare

When Font Awesome is used, the icons for previous and next page will be Font Awesome carets instead of </>. Also moved the non-breaking spaces outside the .next-page element for consistency with .previous-page.

Chinese (simplified) translation

20 May 13:51
Compare
Choose a tag to compare
v0.7.8

Version 0.7.8.

Icelandic translation

12 May 13:27
Compare
Choose a tag to compare
v0.7.7

Version 0.7.7.

French, Spanish, and Russian translations of 'Columns'

09 May 16:31
Compare
Choose a tag to compare