Releases: wenzhixin/bootstrap-table
Releases · wenzhixin/bootstrap-table
v1.23.5
v1.23.3
Core
- New: Added support for column options
formatter
andfooterFormatter
methods returning typejQuery
,HTMLElement
. - New: Added
sortReset
method to reset the current sort state. - New: Added a presentation role if no matching rows are found.
- Update: Fixed
refresh
method doesn't reuse parameters provided as query bug. - Update: Fixed compatibility issues when
colspan
is set as a string.
Extensions
- Update(fixed-columns): Fixed undefined error in some cases.
- Update(reorder-columns): Fixed incorrect column values order with detail view.
v1.23.2
Core
- New: Added
buttonsAttributeTitle
option to customize title attribute. - Update: Updated sort icons using SVG instead of PNG.
- Update: Fixed search highlight not working when it contains multiple HTML elements.
- Update: Fixed the
esbuild
bundle error. - Update: Fixed insertRow, updateRow, and updateCell methods bugs.
- Update: Fixed
undefined
error when searching using the dotted field.
v1.23.1
Core
- Update: Improved vue component init twice without
setTimeout
. - Update: Updated
af-ZA
,fr-BE
,fr-CH
,fr-FR
,fr-LU
, andid-ID
locales.
Extensions
- Update(editable): Fixed editable display bug of select type.
- Update(sticky-header): Fixed issue if sticky-header extension is loaded but not enabled.
v1.23.0
Core
- New: Add support for vue3 instead of vue2.
- Update: Fixed
getData
withformatted
data bug when a column is missing. - Update: Fixed the
toggleColumn
exception when the field does not exist. - Update: Fixed vue component init twice when options and columns changed.
Extensions
- New(addrbar): Added
addrCustomParams
option for custom parameters. - New(filter-control): Added
filterControlSearchClear
option to stop clearing the filters when using theshowSearchButton
option. - Update(filter-control): Fixed error with clear filters button when not enabled cookie extension.
- Update(filter-control): Fixed bug with enabled cookie extension using
localStorage
. - Update(multiple-sort): Fixed not trigger event bug when using server-side pagination.
v1.22.6
Extensions
- Update(cookie): Fixed cookie does not work bug with pagination ALL list.
- Update(editable): Fixed the
formatter
function does not include thefield
parameter bug. - Update(toolbar): Fixed toolbar display bug when using an HTML title.
- Update(toolbar): Fixed toolbar does not update bug when column visible updated.
- Update(toolbar): Fixed toolbar does not update bug when the locale is changed.
v1.22.5
Core
- New: Added
sl-SI
locales. - New: Added support for HTML to the
updateColumnTitle
method. - Update: Fixed the
getRowByUniqueId
bug whenuniqueId
is of mixed data formats. - Update: Fixed not triggering
sort
event bug using server-side pagination. - Update: Fixed custom
iconPrefix
andicons
bugs. - Update: Fixed virtual scroll cannot work bug in modal.
Extensions
- Update(multiple-sort): Fixed the duplicated ID bug in the multiple-sort extension.
v1.22.4
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 therefreshOptions
method. - Update: Fixed custom iconPrefix and icons bugs.
- Update: Updated
vi-VN
,zh-CN
andzh-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.
v1.22.3
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
andpt-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.
v1.22.2
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 whenexportDataType
isall
. - 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.