Core
- New: Added
sortEmptyLast
option to allow sorting empty data. - Update: Fixed bug on nested search with null child.
- Update: Fixed detail view with filter click error.
- Update: Fixed header does not center correctly for the sortable column.
- Update: Fixed
regexpCompare
bug when filtering columns. - Update: Fixed
showToogle
title display error. - Update: Fixed
remove
andremoveByUnqiueId
using object param bug. - Update: Fixed
searchHighlight
bug while usingsearchAccentNeutralise
. - Update: Fixed missing sort for
customSearch
option. - Update: Removed duplicated escaping of the column value.
- Update: Updated
uk-UA
locale.
Extensions
- New(cookie): : Added
hiddenColumns
cookie to prevent issues with new added columns. - New(editable): Added
field
param tonoEditFormatter
option. - New(export): Added
onExportStarted
event. - New(filter-control): Added accent normalization check.
- New(filter-control): Added
filterControlMultipleSearch
andfilterControlMultipleSearchDelimiter
options. - Update(custom-by): Fixed the custom view attributes.
- Update(group-by): Fixed not handle complex objects bug.
- Update(filter-control): Fixed select values not clear bug after search.
- Update(filter-control): Fixed the select sorting error.
- Update(filter-control): Fixed wrong selector for caching values with multiple tables.
- Update(filter-control): Fixed the
filterDefault
option bug as filter if multiple filters exists. - Update(filter-control): Fixed filter control special char.
- Update(filter-control): Updated default value to false of
filterStrictSearch
. - Update(filter-control): Supported not visible columns when using
filterControlContainer
option. - Update(multiple-sort): Fixed
showMultiSortButton
option bug. - Update(print): Fixed not handle complex objects bug.
- Update(print): Removed switched-off columns from printed table.