Skip to content

Releases: grese/ember-bootstrap-table

Sticky Headers

07 Apr 00:55
Compare
Choose a tag to compare
v0.1.2

small styling tweaks for sticky headers

Added disableSortDirection option to table

09 Mar 22:39
Compare
Choose a tag to compare

Added ability to disable sorting direction change by setting "disableSortDirection" to true. This will cause the sortAscending property to not be updated when a user clicks a column header (the sorting direction of the table will always remain the same.).

Refactored Table

06 Mar 05:00
Compare
Choose a tag to compare

Refactored the table component to be template-less. It now uses a combination of Em.Views, and Em.ContainerViews to construct the table instead of nested HBS #each helpers. This should result in faster rendering/sorting speeds, and more control over the table itself. YAY!

v0.0.9

15 Feb 22:15
Compare
Choose a tag to compare
udpated version

v0.0.8

13 Feb 19:01
Compare
Choose a tag to compare
added default values to default sort function

v0.0.7

11 Feb 22:47
Compare
Choose a tag to compare

Added cellClassName, and headerCellClassName to column configs. Also, added sort function to column config, and customSortAction property to override the default sorting. Now sorting by column index instead of property name.

Also added tooltips to header cells.

v0.0.4

28 Jan 19:17
Compare
Choose a tag to compare
changed bower version

v0.0.3

21 Jan 19:49
Compare
Choose a tag to compare

Added infinite scroll, and fixed a couple bugs.

v0.0.2

16 Jan 03:50
Compare
Choose a tag to compare

This release adds the ability to have a 'detail-row' for each of the rows provided. The detail row will use a custom view class provided by the detailRowViewClass property.

v0.0.1

14 Jan 20:04
Compare
Choose a tag to compare
another bower.json change