- Configurable column width; see issue #22 for more details
- Contextual classes to color rows; see issue #72 for more details
- FontAwesome iconset overload
- Clear search filter method #89
- Overridable ajax request settings; see issue #27 for more details
- Adjusting search input field to perform search not on every key #109
- Public getters for internal variables; see issues #121 and #116 for more details
- Noticeable flicker on any table update #118 (Partially improved by deferring loading mask)
There are no breaking changes but some HTML templates changed during development. In case you want to use the full new feature set be sure you did not override any affected templates.
- Improved Bower and NPM packages
- Added minified version for CSS file
- Improved destroy method behaviour
- Fixed bug #40
- Fixed bug #32
- Fixed issue #25
- New option to switch the search behaviour from case sensitive to case insensitive.
- Custom CSS classes for header and body cells (solved issue #7)
- New data attribute
data-toggleto initialize bootgrid without writing any line of code (like bootstrap controls support) - Request and response handler to support JSON object transformation (solved issue #3)
- WIA-ARIA busy attribute to indicate that the table is loading
- New behaviour to maintain row selection during filtering, paging and sorting
- Entire row click selection
- New row event (
click) - Responsive table support
- New methods (
selectanddeselect) - New
data-row-idattribute for data rows (contains the row ID ifidentifieris enabled; otherwise an index of the visible rows) - New CSS class for data rows to indicate that the row is selected (
selected) - New column option
data-searchable="true"to exclude column from search (solved issue #23)
- Fixed an AJAX issue where multiple fast clicks could lead to strange results
- Fixed multi select issue
There are no breaking changes but some HTML templates changed during development. In case you want to use the full new feature set be sure you did not override any affected templates.
- Public functions for dynamic manipulation such as append and remove row(s)
- Client-side data support (without ajax calls)
- Row selecton (multi and single)
- Show/Hide column headers
- Improved formatters (former know as
data-custom="true") - Added type converters per column (
data-converter="string|numeric|custom") - Added new events (selected, deselected, appended, removed, cleared, initialize, initialized)
- Added column attribute
data-header-alignto set the alignment of the header cell independent from the body cells (solved issue #10)
- Fixed multi sorting issue
data-customis nowdata-formatterand instead of being aboolit is a event name
- Fixed a column header visualization bug regarding sorting