Releases: wenzhixin/bootstrap-table
Releases · wenzhixin/bootstrap-table
v1.22.4
Core
- New: Added
paginationLoadMoreoption. - Update: Fixed change visibility of multiple headers with the same index.
- Update: Fixed footer height bug when setting
table-sm. - Update: Fixed the
localenot changed bug using therefreshOptionsmethod. - Update: Fixed custom iconPrefix and icons bugs.
- Update: Updated
vi-VN,zh-CNandzh-TWlocales.
Extensions
- New(copy-rows): Added
copyRowsHandleroption to handle the copy rows data. - New(print): Added
printStylesoption. - Update(export): Updated the trigger timing for export-started.
- Update(multiple-sort): Fixed the missing parameters error of the
sorterfunction. - Update(pipeline): Fixed loading message not display bug.
v1.22.3
Core
- New: Added
fixedScrolloption. - 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-BRandpt-PTlocales.
Extensions
- New(addrbar): Fixed addrbar bug when using
sortResetoption. - Update(jump-to): Fixed page jump to bug when using both pagination display.
- Update(print): Fixed print bug when field is not set.
v1.22.2
Core
- New: Added
footerStylecolumn option. - Update: Fixed empty style in header and footer bug.
- Update: Fixed the trigger order of
sortevent. - Update: Updated
ar-SAlocale.
Extensions
- New(cookie): Added cookie support for custom view extension.
- Update(cookie): Fixed cookie bug when using
cardViewoption. - Update(cookie): Fixed cookie bug with column switchable.
- Update(editable): Fixed
export-savedevent error whenexportDataTypeisall. - Update(filter-control): Fixed
searchAccentNeutraliseoption not work. - Update(filter-control): Fixed
filterOrderBynot work bug for select. - Update(group-by): Fixed group by bug when using
singleSelectoption. - Update(reorder-rows): Fixed reorder bug when using pagination.
Documentation
- Update: Improved the parameter of
updateCellByUniqueIdmethod. - Update: Improved the print docs.
v1.22.1
v1.22.0
Core
- New: Added
sortBymethod. - New: Added
switchableLabelcolumn option. - New: Added support for
classattribute in toolbar buttons. - Update: Removed title from columns button.
Extensions
- Update(addrbar): Fixed clear search bug when clicking
clearSearchbutton. - Update(filter-control): Fixed pagination server side not working bug.
v1.21.4
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
selectform to thesearchSelectoroption.
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.
v1.21.3
Core
- New: Added
escapeTitletable 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
filterOptionsafter 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
exportTypesoption not working bug. - Update(filter-control): Fixed selector scope issues with multiple tables.
- Update(filter-control): Fixed filtering values issue of select with
htmlvalue. - Update(reorder-columns): Fixed same internal function name with
reorder-rows. - Update(treegrid): Fixed
treegridnot working when id is text.
v1.21.2
Core
- New: Added
sortResetPageoption 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
onToggleCustomViewevent. - Update(cookie): Fixed cookie name compare bug on using
cookiesEnabledoption. - Update(custom-view): Fixed
showCustomViewoption cannot work. - Update(filter-control): Fixed bug while using a select filter and set
searchFormatterto false. - Update(filter-control): Fixed missing class when specifying
iconSize. - Update(reorder-rows): Updated default value to
reorder-rows-on-drag-classofonDragClassoption.
v1.21.1
v1.21.0
Core
- New: Added
sortEmptyLastoption 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
regexpComparebug when filtering columns. - Update: Fixed
showToogletitle display error. - Update: Fixed
removeandremoveByUnqiueIdusing object param bug. - Update: Fixed
searchHighlightbug while usingsearchAccentNeutralise. - Update: Fixed missing sort for
customSearchoption. - Update: Removed duplicated escaping of the column value.
- Update: Updated
uk-UAlocale.
Extensions
- New(cookie): : Added
hiddenColumnscookie to prevent issues with new added columns. - New(editable): Added
fieldparam tonoEditFormatteroption. - New(export): Added
onExportStartedevent. - New(filter-control): Added accent normalization check.
- New(filter-control): Added
filterControlMultipleSearchandfilterControlMultipleSearchDelimiteroptions. - 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
filterDefaultoption 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
filterControlContaineroption. - Update(multiple-sort): Fixed
showMultiSortButtonoption bug. - Update(print): Fixed not handle complex objects bug.
- Update(print): Removed switched-off columns from printed table.