Socket
Socket
Sign inDemoInstall

bootstrap-table

Package Overview
Dependencies
1
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345Next

1.21.1

Diff

Changelog

Source

1.21.1

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.
wenzhixin
published 1.21.0 •

Changelog

Source

1.21.0

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 showToggle title display error.
  • Update: Fixed remove and removeByUniqueId 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.
wenzhixin
published 1.20.2 •

Changelog

Source

1.20.2

Core
  • Update: Fixed small memory leak.
  • Update: Fixed the detail view bug with the td instead of icon.
Extensions
  • Update(export): Fixed XSS vulnerability bug by onCellHtmlData.
  • Update(export): Fixed export footer bug without setting height.
  • Update(filter-control): Fixed the comparison of dates when using the datepicker.
wenzhixin
published 1.20.1 •

Changelog

Source

1.20.1

Core
  • Update: Fixed toggle column bug with complex headers.
  • Update: Fixed icons option cannot work bug when it's a string.
  • Update: Updated TypeScript definitions.
Extensions
  • Update(cookie): Fixed cookie extension error with multiple-sort.
  • Update(export): Fixed the exportOptions option cannot support the data attribute.
  • Update(reorder-rows): Fixed reorder-rows cannot work because of missing default functions.
wenzhixin
published 1.20.0 •

Changelog

Source

1.20.0

Core
  • New: Used bootstrap5 as the default theme.
  • New: Added column-switch-all event of toggle all columns.
  • New: Added hi-IN and lb-LU locales.
  • Update: Fixed the toolbar cannot refresh search bug.
  • Update: Fixed the card view align style bug.
  • Update: Fixed custom search filter bug if the value is Object.
  • Update: Fixed table border displays bug when setting height.
  • Update: Fixed error when the column events are undefined.
  • Update: Fixed escape column option doesn't override table option bug.
  • Update: Fixed toggle all columns error when column switchable is false.
  • Update: Fixed check if the column is visible on card view.
  • Update: Fixed hide loading bug when canceling the request.
  • Update: Fixed default value of clickToSelect column option.
  • Update: Fixed onVirtualScroll not define default method.
  • Update: Updated cs-CZ, ko-KR, nl-NL, nl-BE, bg-BG, fr-LU locales.
Extensions
  • New(filter-control): New version of filter-control with new features.
  • New(reorder-rows):: Added onAllowDrop and onDragStop options.
  • Update(cookie): Fixed sortName and sortOrder bug with cookie.
  • Update(cookie): Fixed the toggle column bug with the cookie.
  • Update(export): Fixed selector error if only one export type is defined.
  • Update(filter-control): Fixed new input class form-select of bootstrap 5.
  • Update(multiple-sort): Fixed the modal cannot close after sorting.
  • Update(print): Fixed missing print button for bootstrap 5.
  • Update(print): Fixed printPageBuilder option cannot define in html attribute.
  • Update(toolbar): Fixed toolbar extension modal bug with bootstrap 5.
wenzhixin
published 1.19.1 •

Changelog

Source

1.19.1

Core
  • Update: Fixed the CVE security problem.
  • Update: Fixed cannot search for special characters when using searchHighlight.
Extensions
  • Update(auto-refresh): Updated the showAutoRefresh option as default.
  • Update(export): Fixed export with only one export type bug.
  • Update(filter-control): Fixed filter-control cannot work bug.
  • Update(filter-control): Prevent duplicated elements for filter-control.
wenzhixin
published 1.19.0 •

Changelog

Source

1.19.0

Core
  • New: Added onlyCurrentPage param for checkBy/uncheckBy methods.
  • New: Used bootstrap icons as default icons for bootstrap v5.
  • New: Added regexSearch option which allows to filter the table using regex.
  • New: Added support for allow importing stylesheets.
  • New: Added toggle-pagination event.
  • New: Added virtual-scroll event.
  • Update: Fixed vue component cannot work.
  • Update: Fixed infinite loop error with wrong server-side pagination metadata.
  • Update: Improved the behavior of ajax abort.
  • Update: Fixed click bug when paginationLoop is false.
  • Update: Fixed the highlighting bug when using radio/checkboxes.
  • Update: Fixed width bug caused by loading css.
  • Update: Removed the input-group-append class for bootstrap v5.
  • Update: Fixed duplicate definition id bug.
  • Update: Fixed the comparison of search inputs.
  • Update: Fixed broken page-list selector.
  • Update: Fixed overwrite custom locale function bug.
  • Update: Fixed bug with server side pagination and the page size all.
  • Update: Fixed all checkbox not auto check after pagination changed.
  • Update: Updated the es-MX locate.
Extensions
  • New(cookie): Added Multiple Sort order stored in cookie extension.
  • New(cookie): Added Card view state stored in cookie extension.
  • New(copy): Added ignoreCopy column option to prevent copying the column data.
  • New(copy): Added rawCopy column option to copy the raw value instead of the formatted value.
  • Update(cookie): Fixed switchable column bug with the cookie extension.
  • Update(export): Fixed the export dropdown cannot be closed bug.
  • Update(filter-control): Updated filterMultipleSelectOptions to filterControlMultipleSelectOptions option.
  • Update(filter-control): Fixed bug with cookie deletion of none filter cookies.
  • Update(filter-control): Fixed bug when using the load method.
  • Update(group-by): Fixed overwriting the column classes bug on group collapsed rows.
  • Update(multiple-sort): Fixed hide/show column error with no sortPriority defined.
  • Update(page-jump-to): Fixed jump-to display bug in bootstrap v3.
  • Update(print): Fixed print formatter bug.
  • Update(reorder-rows): Fixed reorder-rows not work property.
  • Update(reorder-rows): Fixed the drag selector to prevent a checkbox bug on mobile.
  • Update(resizable): Fixed the reinitialization after the table changed.
  • Update(sticky-header): Fixed sticky-header not work property with group header.
  • Update(treegrid): Fixed bug of treegrid from html.
wenzhixin
published 1.18.3 •

Changelog

Source

1.18.3

Core
  • Update: Fixed negative number bug when searching with comparison.
  • Update: Fixed non-conform HTML-Standard problems.
  • Update: Fixed td width bug using card view.
  • Update: Fixed exact match problem when searching term with accent.
  • Update: Update pt-PT and fa-IR locales.
Extensions
  • New(page-jump-to): Added showJumpToByPages option.
  • Update(auth-refresh): Fixed auto refresh not clear interval bug.
  • Update(multiple-sort): Fixed multiple-sort cannot support iconSize bug.
  • Update(sticky-header): Fixed stickyHeaderOffsetY option cannot work.
  • Update(sticky-header): Updated the stickyHeader offset options to number.
wenzhixin
published 1.18.2 •

Changelog

Source

1.18.2

Core
  • Update: Fixed bootstrap5 cannot work bug.
  • Update: Fixed checkbox display bug when using formatter.
  • Update: Fixed search highlight bug.
  • Update: Updated ru-RU and de-DE locales.
Extensions
  • New(filter-control): Added support for flat JSON.
  • Update(cookie): Fixed not deleted cookie bug when the sort was reset.
  • Update(export): Not export the detail view icon column.
  • Update(filter-control): Fixed not working when using filterControlContainer.
  • Update(multiple-sort): Fixed multiple-sort cannot work bug.
  • Update(resizable): Fixed resizable cannot work in modal.
wenzhixin
published 1.18.1 •

Changelog

Source

1.18.1

Core
  • New(locale): Added short locales based on ISO Language.
  • Update: Updated sk-SK, fr-FR, de-DE, and es-* locales.
  • Update: Fixed toggleCheck, getSelections and remove bug.
  • Update: Fixed buttons option bug using in data attribute.
  • Update: Fixed custom icons option bug.
  • Update: Fixed cellStyle column option not work in card view.
  • Update: Fixed getSelection bug when using search.
  • Update: Fixed pageList option with all display bug using smartDisplay.
  • Update: Fixed search highlight cannot work bug when data field is number.
  • Update: Fixed updateColumnTitle is undo bug after pagination.
  • Update: Fixed multipleSelectRow option bug.
  • Update: Fixed icon-size option bug with pagination.
Extensions
  • New(page-jump-to): Added min, max and enter support for jump input.
  • Update(export): Fixed export cannot work with materialize and foundation themes.
  • Update(filter-control): Updated filterDatepickerOptions to support datepicker option.
  • Update(filter-control): Fixed select bug when using & in the value.
  • Update(fixed-columns): Fixed toggleView display bug.
  • Update(group-by): Fixed not collapse detail view expanded row bug.
  • Update(group-by): Fixed display error using formatter column option.
  • Update(group-by): Fixed groupByFormatter option bug using in data attribute.
  • Update(multiple-sort): Fixed cannot work bug using in server sidePagination.
  • Update(page-jump-to): Fixed page jump input and button bug with icon-size option.
  • Update(print): Fixed print with rowspan or colspan.
  • Update(reorder-columns): Fixed reorder column when a column is removed or added.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc