Skip to content

v1.15.2

Compare
Choose a tag to compare
@wenzhixin wenzhixin released this 24 Jun 07:24
· 2387 commits to develop since this release
85a255b

Core

  • New: Added virtualScroll and virtualScrollItemHeight options to support large data.
  • New: Added vue component support.
  • New: Added support comparisons search(<, >, <=, =<, >=, =>).
  • New: Added detailViewByClick table option and detailFormatter column option.
  • New: Added showExtendedPagination and totalNotFilteredField table options.
  • New: Added widthUnit option to allow any unit.
  • New: Added multipleSelectRow option to support ctrl and shift select.
  • New: Added onPostFooter(post-footer.bs.table) event.
  • New: Added detailViewIcon and toggleDetailView method to hide the show/hide icons.
  • New: Added showSearchButton and showSearchClearButton options to improve the search.
  • New: Added showButtonIcons and showButtonText options to improve the icons display.
  • New: Added visibleSearch option search only on displayed/visible columns.
  • New: Added showColumnsToggleAll option to toggle all columns.
  • New: Added cellStyle to support checkbox field.
  • New: Added checkbox and radio auto checked from html support.
  • New: Added screen reader support for pagination.
  • New: Added travis lint src and check docs scripts.
  • New: Added webpack support and user rollup to build the src.
  • New: Added a version number property.
  • New: Improved filterBy method with or condition and custom filter algorithm.
  • New: Improved showColumn and hideColumn methods with array of fields.
  • New: Improved scrollTo method to allow rows units.
  • Update: Rewrote all code to ES6.
  • Update: Improved pageList options to support localization.
  • Update: Improved the totalRows option.
  • Update: Improved table footer.
  • Update: Improved getSelections and getAllSelections methods.
  • Update: Improved css frameworks themes.
  • Update: Updated parameters of the getData method.
  • Update: Updated parameters of the (un)checkAll events to rowsAfter, rowsBefore.
  • Update: Updated parameters of the updateRow method to support replace.
  • Update: Updated page number to 1 while making a server side sort.
  • Update: Renamed table maintainSelected option to maintainMetaData.
  • Update: Renamed method refreshColumnTitle to updateColumnTitle.
  • Update: Fixed card view value to be aligned incorrectly bug.
  • Update: Fixed smartDisplay option pagination bug.
  • Update: Fixed data-* attribute is an object bug.
  • Update: Fixed page separators click bug.
  • Update: Fixed scrolling bug in IE11.
  • Update: Fixed initHeader error caused by toggleColumn.
  • Update: Fixed search input trigger multiple times bug.
  • Update: Fix Pagination/totalRows not updated on hideRow.
  • Update: Fixed columns title error.

Extensions

  • New(editable): Added onExportSaved event.
  • New(export): Added forceExport column option force export columns with hidden.
  • New(export): Added function support of fileName option.
  • New(filter-control): Added filterDataCollector to control the filter select options.
  • New(filter-control): Added filterOrderBy and filterDefault column options.
  • New(multiple-sort): Added bootstrap v4 theme support.
  • New(print): Added RTL dir support.
  • Remove: Removed group-by, multi-column-toggle, multiple-search, multiple-selection-row, select2-filter and tree-column extensions.
  • Update(cookie): Fixed cookie search cannot work bug.
  • Update(editable): Updated parameters of onEditableSave to field, row, rowIndex, oldValue, $el.
  • Update(editable): Fixed editable rerender bug after saving data.
  • Update(export): Updated to only export table header.
  • Update(export): Fixed bug with the footer extensions while sorting.
  • Update(filter-control): Added ability to handle boolean.
  • Update(filter-control): Fixed DatePicker of filter-control does not work bug.
  • Update(filter-control): Fixed clear filterControl with Cookie bug.
  • Update(filter-control): Fixed loading screen with filter control.
  • Update(filter-control): Fixed overwriting the searchText bug.
  • Update(filter-control): Fixed filtering does not work json sub-object.
  • Update(filter-control): Fixed select filter with formatter.
  • Update(multiple-sort): Fixed multiple-sort does not work with data-query-params bug.
  • Update(page-jump-to): Fixed click bug when paginationVAlign is 'both'.
  • Update(reorder-columns): Fixed reorder columns cannot work bug.
  • Update(reorder-columns): Fix search and columns bug after reorder columns.
  • Update(treegrid): Fixed treegrid cannot work bug.