Socket
Socket
Sign inDemoInstall

bootstrap-table

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-table - npm Package Versions

13
6

1.22.1

Diff

Changelog

Source

1.22.1

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

Changelog

Source

1.22.0

Core
  • New: Added sortBy method.
  • New: Added switchableLabel column option.
  • New: Added support for class attributes 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.
wenzhixin
published 1.21.4 •

Changelog

Source

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

Changelog

Source

1.21.3

Core
  • New: Added escapeTitle table option.
  • New: Added Aria Label to the search input for screen readers.
  • 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.
wenzhixin
published 1.21.2 •

Changelog

Source

1.21.2

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

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.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc