Bootstrap Table Versions Save

An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)

1.22.4

1 month ago

Core

  • New: Added paginationLoadMore option.
  • Update: Fixed change visibility of multiple headers with the same index.
  • Update: Fixed footer height bug when setting table-sm.
  • Update: Fixed the locale not changed bug using the refreshOptions method.
  • Update: Fixed custom iconPrefix and icons bugs.
  • Update: Updated vi-VN, zh-CN and zh-TW locales.

Extensions

  • New(copy-rows): Added copyRowsHandler option to handle the copy rows data.
  • New(print): Added printStyles option.
  • Update(export): Updated the trigger timing for export-started.
  • Update(multiple-sort): Fixed the missing parameters error of the sorter function.
  • Update(pipeline): Fixed loading message not display bug.

1.22.3

2 months ago

Core

  • New: Added fixedScroll option.
  • New: Added support for setting icons automatically by iconsPrefix.
  • Update: Fixed search bug when the field has . character.
  • Update: Updated tr-TR, es-ES, pt-BR and pt-PT locales.

Extensions

  • New(addrbar): Fixed addrbar bug when using sortReset option.
  • Update(jump-to): Fixed page jump to bug when using both pagination display.
  • Update(print): Fixed print bug when field is not set.

1.22.2

3 months ago

Core

  • New: Added footerStyle column option.
  • Update: Fixed empty style in header and footer bug.
  • Update: Fixed the trigger order of sort event.
  • Update: Updated ar-SA locale.

Extensions

  • New(cookie): Added cookie support for custom view extension.
  • Update(cookie): Fixed cookie bug when using cardView option.
  • Update(cookie): Fixed cookie bug with column switchable.
  • Update(editable): Fixed export-saved event error when exportDataType is all.
  • Update(filter-control): Fixed searchAccentNeutralise option not work.
  • Update(filter-control): Fixed filterOrderBy not work bug for select.
  • Update(group-by): Fixed group by bug when using singleSelect option.
  • Update(reorder-rows): Fixed reorder bug when using pagination.

Documentation

  • Update: Improved the parameter of updateCellByUniqueId method.
  • Update: Improved the print docs.

1.22.1

9 months ago

Core

  • Update: Fixed maximum call stack size exceeded error.
  • Update: Updated ca-ES locale.

1.22.0

10 months ago

Core

  • New: Added sortBy method.
  • New: Added switchableLabel column option.
  • New: Added support for class attribute in toolbar buttons.
  • Update: Removed title from columns button.

Extensions

  • Update(addrbar): Fixed clear search bug when clicking clearSearch button.
  • Update(filter-control): Fixed pagination server side not working bug.

1.21.4

1 year ago

Core

  • New: Added searchable table option to enable sending searchable (columns) parameters.
  • Update: Fixed Maximum call stack size exceeded error.
  • Update: Fixed getData bug with hidden rows.
  • Update: Added support for select form to the searchSelector option.

Extensions

  • Update(filter-control): Fixed inputs losing their content when using nested attributes.
  • Update(reorder-rows): Fixed reorder row bug when side-pagination is server.

1.21.3

1 year ago

Core

  • New: Added escapeTitle table option.
  • New: Added Aria Label to the search input for screenreaders.
  • New: Persist data attributes for the header(th).
  • Update: Fixed wrong condition for searching with server-side pagination.
  • Update: Fixed overwriting the filterOptions after rebuild.
  • Update: Fixed apostrophe issue when table via html.
  • Update: Updated extend util instead of $.extend.
  • Update: Updated Constructor.EVENTS to events.
  • Update: Updated packages to the latest version.

Extensions

  • Update(cookie): Fixed issue with hidden and radio/checkbox columns.
  • Update(export): Fixed exportTypes option not working bug.
  • Update(filter-control): Fixed selector scope issues with multiple tables.
  • Update(filter-control): Fixed filtering values issue of select with html value.
  • Update(reorder-columns): Fixed same internal function name with reorder-rows.
  • Update(treegrid): Fixed treegrid not working when id is text.

1.21.2

1 year ago

Core

  • New: Added sortResetPage option to reset the page number when sorting.
  • Update: Fixed overwrite default option bug.
  • Update: Updated es-ES, es-CR locale.
  • Update: Improved scss style and lint.
  • Update: Used scss vars for sorting background image URLs.

Extensions

  • New(custom-view): Added onToggleCustomView event.
  • Update(cookie): Fixed cookie name compare bug on using cookiesEnabled option.
  • Update(custom-view): Fixed showCustomView option cannot work.
  • Update(filter-control): Fixed bug while using a select filter and set searchFormatter to false.
  • Update(filter-control): Fixed missing class when specifying iconSize.
  • Update(reorder-rows): Updated default value to reorder-rows-on-drag-class of onDragClass option.

1.21.1

1 year ago

Core

  • Update: Improved updateCell to update one HTML cell only.
  • Update: Updated fr-FR locale.
  • Update: Added missing locales for aria-label.

Extensions

  • Update(export): Added missing locales for aria-label.

1.21.0

1 year ago

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 and removeByUnqiueId using object param bug.
  • Update: Fixed searchHighlight bug while using searchAccentNeutralise.
  • 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 to noEditFormatter option.
  • New(export): Added onExportStarted event.
  • New(filter-control): Added accent normalization check.
  • New(filter-control): Added filterControlMultipleSearch and filterControlMultipleSearchDelimiter 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.