Releases: aslagle/reactive-table
Make items in column toggle dropdown easier to click
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
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
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
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
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
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
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
v0.7.8 Version 0.7.8.
Icelandic translation
v0.7.7 Version 0.7.7.
French, Spanish, and Russian translations of 'Columns'
v0.7.6 Version 0.7.6.