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
Previous1245Next

1.18.0

Diff

Changelog

Source

1.18.0

Core
  • New(option): Added buttons to add custom buttons to the button bar.
  • New(option): Added footerField to support server side pagination.
  • New(option): Added new parameter value to footerFormatter.
  • New(option): Added searchHighlight and searchHighlightFormatter.
  • New(option): Added searchSelector to custom the search input.
  • New(event): Added BootstrapTable object as last parameter to all event.
  • New(css): Added CSS transitions for loading style.
  • New: Added support for style attribute of tr or td.
  • New: Added ability to use colspan in the footer.
  • Update: Updated search input type from text to search.
  • Update: Fixed normalize not string bug when using searchAccentNeutralise.
  • Update: Fixed complex group header bug.
  • Update: Fixed resize and scroll event bug with multiple tables.
  • Update: Fixed getScrollPosition bug when using group-by extension.
  • Update: Fixed updateRow with customSearch and sortReset bug.
  • Update: Fixed colspan and mergeCell bug when using detailFormatter.
  • Update: Fixed init bug when using onPostBody.
  • Update: Fixed sort bug when the field is set to 0.
  • Update: Fixed showFooter display bug after resize table width.
  • Update: Fixed not update selected rows bug when using checkAll/uncheckAll.
  • Update: Fixed checked property bug using formatter when the field has a value.
  • Update: Fixed default data shared bug with multiple tables.
  • Remove(method): Removed getAllSelections method.
Extensions
  • New(addrbar): Added support for client side pagination.
  • New(cookie): Added cookieSameSite option to prevent breaking changes.
  • New(group-by): Added groupByToggle and groupByShowToggleIcon options.
  • New(group-by): Added groupByCollapsedGroups option to allow collapse groups.
  • Update(cookie): Fixed cookie size is too big bug when saving columns.
  • Update(cookie): Fixed checkbox column disappears bug.
  • Update(export): Fixed cannot export all data bug with pagination.
  • Update(group-by): Fixed scrollTo not working properly bug.
  • Update(multiple-sort): Fixed cannot work bug.
  • Update(sticky-header): Fixed vertical scroll cannot work bug.
wenzhixin
published 1.17.1 •

Changelog

Source

1.17.1

Core
  • New: Added bootstrap-table theme without any framework.
  • New: Added support for Bootstrap v5.
  • New: Added $index field for remove method.
  • New: Added on-all event for vue component.
  • New: Added bg-BG locale.
  • New: Added loadingFontSize option.
  • New: Added loadingTemplate option.
  • New: Added detailView support for cardView.
  • New: Added the searchable columns to the query params for server side.
  • New: Added collapseRowByUniqueId and expandRowByUniqueId methods.
  • New: Added detailViewAlign option for the detail view icon.
  • New: Added tr class support for thead.
  • New: Added formatted parameter for getData method to get formatted data.
  • New: Added paginationParts option instead of onlyInfoPagination.
  • New: Added sortReset option to reset sort on third click.
  • New: Added support for auto merge the table body cells.
  • Update: Fixed updateByUniqueId method cannot update multiple rows bug.
  • Update: Fixed insertRow not write to source data array bug.
  • Update: Fixed events bug with detailViewIcon option.
  • Update: Fixed server side pagination sort bug.
  • Update: Fixed the page-change event before init server.
  • Update: Fixed no records found colspan error.
  • Update: Fixed the page-change event before init server.
  • Update: Fixed font-size of the loading text.
  • Update: Fixed table border bug when table is hidden.
  • Update: Fixed showRow method show all hidden rows bug.
  • Update: Fixed columnsSearch non-unique id warning.
  • Remove: Removed the onlyInfoPagination option.
  • Remove: Removed accent neutralise extension and moved it to core.
Extensions
  • New(cookie): Added support for toggle all columns options.
  • New(custom-view): Added custom-view extension.
  • New(editable): Added alwaysUseFormatter option.
  • New(export): Added forceHide column option.
  • New(filter-control): Added filterOrderBy column option support order by server.
  • New(filter-control): Added radio support for filterControlContainer.
  • New(filter-control): Added support for array filter.
  • New(filter-control): Added filterControlVisible option and toggleFilterControl method.
  • New(filter-control): Added showFilterControlSwitch option.
  • New(fixed-columns): Added support for sticky-header.
  • New(pipeline): Added pipeline extension.
  • New(print): Added support for print footer and merge cells.
  • Update(accent-neutralise): Fixed comparison with arrays.
  • Update(cookie): Updated cookie columns to always visible when switchable is false.
  • Update(cookie): Fixed cookie value from existing options bug.
  • Update(copy-rows): Fixed copy rows bug with fixed-column.
  • Update(editable): Fixed not handle quotation marks bug.
  • Update(editable): Updated noeditFormatter to noEditFormatter.
  • Update(export): Fixed export error with maintainMetaData and clientSidePagination.
  • Update(filter-control): Fixed not work with height option.
  • Update(filter-control): Fixed not work in multiple tables.
  • Update(filter-control): Fixed ignore default search text bug.
  • Update(filter-control): Fixed not work with html formatter.
  • Update(filter-control): Fixed reset filterBy method bug.
  • Update(filter-control): Fixed issue with a custom filter control container.
  • Update(filter-control): Fixed filter control disappear after column switched.
  • Update(fixed-columns): Fixed loading message not hide bug.
  • Update(group-by): Fixed params error of checkAll/uncheckAll.
  • Update(multiple-sort): Fixed not working with multiple level field bug.
  • Update(reorder-columns): Fixed cannot work bug.
  • Update(reorder-rows): Fixed this context of onPostBody error.
  • Update(treegrid): Fixed treegrid destroy bug.
wenzhixin
published 1.17.0 •

wenzhixin
published 1.16.0 •

Changelog

Source

1.16.0

Core
  • New: Added buttonsOrder option.
  • New: Added headerStyle option.
  • New: Added showColumnsSearch option.
  • New: Added serverSort option.
  • New: Added unfiltered parameter for getData method.
  • Update: Updated event name to lowercase hyphen format for vue component.
  • Update: Updated es-AR locale.
  • Update: Updated the default classes of semantic theme.
  • Update: Improved the resize problem with multiple tables.
  • Update: Fixed checkAll event bug with sortable checkbox field.
  • Update: Fixed checkbox and not-found td style errors.
  • Update: Fixed customSearch return empty array bug.
  • Update: Fixed column checkboxes not being disabled when using toggleAll.
  • Update: Fixed flat not polyfilled error in vue cli3.
  • Update: Fixed height and border not aligned bug.
  • Update: Fixed jqXHR undefined error using custom ajax.
  • Update: Fixed pageSize set to all bug with filter.
  • Update: Fixed refreshOptions bug with radio and checkbox.
  • Update: Fixed removeAll bug in the last page when sidePagination is server.
  • Update: Fixed search not always trigger in IE11 bug.
  • Update: Fixed search width escape bug.
  • Update: Fixed showColumns cannot work of foundation theme.
  • Update: Fixed showFullscreen bug when setting height.
  • Update: Fixed sort cannot work after searching.
  • Update: Fixed sortable style error when using table-sm.
  • Update: Fixed sortStable not work bug.
  • Update: Fixed triggerSearch not work bug.
  • Update: Supported build cross all platforms.
  • Remove: Removed resetWidth method and use resetView instead.
Extensions
  • New(cookie): Added new options to get/set/delete the values by a custom function.
  • New(cookie): Added save re-order and resize support.
  • New(filter-control): Added filterControlContainer option.
  • New(filter-control): Added filterCustomSearch option.
  • New(filter-control): Added object and function support in filterData column option.
  • New(filter-control): Added support for using sticky-header extension.
  • New(filter-control): Added support comparisons search(<, >, <=, =<, >=, =>).
  • New(fixed-columns): Added all themes support.
  • New(fixed-columns): Added fixedRightNumber option.
  • New(fixed-columns): Added support for using filter-control extension.
  • New(group-by): Add Array support for groupByField option.
  • New(group-by): Added customSort option support.
  • New(multiple-sort): Added custom sorter support.
  • New(multiple-sort): Added multiSortStrictSort option.
  • New(multiple-sort): Added multiSort method.
  • New(print): Added printFormatter data-attribute support.
  • New(reorder-columns): Added orderColumns method.
  • New(reorder-rows): Added search and cardView supported.
  • New(sticky-header): Added support for all themes.
  • New(toolbar): Added support for all themes.
  • New(reorder-rows): Added search and cardView support.
  • Update(cookie): Fixed cookie localeStorage not work bug with filter-control.
  • Update(cookie): Fixed minimumCountColumns not working bug.
  • Update(cookie): Improved cookiesEnabled to support ' in data-attribute.
  • Update(editable): Fixed formatter bug if the column was edited.
  • Update(filter-control): Fixed hideUnusedSelectOptions not work bug.
  • Update(filter-control): Fixed filter not work bug with undefined.
  • Update(filter-control): Fixed missing parameter of resetSearch and filterDataType.
  • Update(filter-control): Fixed search with filter-control search bug.
  • Update(filter-control): Fixed the value of select display error using editable.
  • Update(fixed-columns): Fixed checkbox bug with fixed columns.
  • Update(fixed-columns): Updated default value to 0 of fixedNumber option.
  • Update(group-by): Improved number type support.
  • Update(group-by): Fixed new table using modal bug.
  • Update(group-by): Fixed scrollTo method using group-by.
  • Update(mobile): Fixed input keyboard bug.
  • Update(multiple-sort): Fixed not destroy bug.
  • Update(multiple-sort): Fixed sort not work with boolean bug.
  • Update(print): Improved to use undefinedText option.
  • Update(print): Fixed IE11 not work bug.
  • Update(reorder-columns): Fixed detail view column reorder bug.
  • Update(resizable): Fixed columns resizing not work bug.
  • Update(resizable): Fixed not work via JavaScript.
  • Update(sticky-header): Fixed not work bug with fullscreen.
  • Update(treegrid): Fixed virtualScroll option bug.
  • Remove: Removed natural-sorting extension.
wenzhixin
published 1.15.5 •

Changelog

Source

1.15.5

  • New: Added jqXHR for responseHandler option and onLoadSuccess event.
  • New: Added stickyHeaderOffsetLeft and stickyHeaderOffsetRight for sticky-header.
  • New: Added Serbian RS cyrillic and latin locales.
  • Update: Improved export button when there is only one type.
  • Update: Fixed column events click error with detailView.
  • Update: Fixed bug for searchOnEnterKey and showSearchButton are true.
  • Update: Fixed onScrollBody event and added parameter.
  • Update: Fixed search input size bug with iconSize option.
  • Update: Fixed filter control select cannot work more than one table.
  • Update: Fixed virtual scroll to top error when using append method.
  • Update: Fixed events cannot work on virtual scroll.
  • Update: Fixed bottom border bug with height option.
  • Update: Fixed min version throw cannot convert object to primitive value error.
wenzhixin
published 1.15.4 •

Changelog

Source

1.15.4

  • New: Added query to queryParams option.
  • New: Added filter parameter of customSearch option.
  • Update: Fixed search bug in hidden columns.
  • Update: Fixed table zoom width calculating bug.
  • Update: Fixed events of column formatted by nested table.
  • Update: Fixed checkbox style display bug.
  • Update: Fixed stack overflow error of checkBy method.
  • Update: Fixed showSearchButton and showSearchClearButton style bug.
  • Update: Fixed filter-control select null value handle error.
  • Update: Fixed showSearchClearButton bug in filter-control extension.
  • Update: Fixed print button appears twice bug.
wenzhixin
published 1.15.3 •

Changelog

Source

1.15.3

  • New: Added nl-BE, fr-CH and fr-LU locale.
  • Update: Updated nl-NL, pt-BR, fr-BE, fr-FR, nl-BE and nl-NL locale.
  • Update: Fixed treegrid duplicate rows bug.
  • Update: Fixed updateCellByUniqueId method bug on a filtered table.
  • Update: Fixed colspan group header display bug.
  • Update: Fixed table footer display bug in some case.
  • Update: Fixed getOptions bug.
  • Update: Fixed detailView bug when hiding columns.
  • Update: Fixed IE minify bug.
  • Update: Fixed full screen scrolling bug.
wenzhixin
published 1.15.2 •

Changelog

Source

1.15.2

Core
  • New: Added virtualScroll and virtualScrollItemHeight options to support large data.
  • New: Added vue component support.
  • New: Added support comparisons search(<, >, <=, =<, >=, =>).
  • New: Added detailViewByClick table option and detailFormatter column option.
  • New: Added showExtendedPagination and totalNotFilteredField table options.
  • New: Added widthUnit option to allow any unit.
  • New: Added multipleSelectRow option to support ctrl and shift select.
  • New: Added onPostFooter(post-footer.bs.table) event.
  • New: Added detailViewIcon and toggleDetailView method to hide the show/hide icons.
  • New: Added showSearchButton and showSearchClearButton options to improve the search.
  • New: Added showButtonIcons and showButtonText options to improve the icons display.
  • New: Added visibleSearch option search only on displayed/visible columns.
  • New: Added showColumnsToggleAll option to toggle all columns.
  • New: Added cellStyle to support checkbox field.
  • New: Added checkbox and radio auto checked from html support.
  • New: Added screen reader support for pagination.
  • New: Added travis lint src and check docs scripts.
  • New: Added webpack support and user rollup to build the src.
  • New: Added a version number property.
  • New: Improved filterBy method with or condition and custom filter algorithm.
  • New: Improved showColumn and hideColumn methods with array of fields.
  • New: Improved scrollTo method to allow rows units.
  • Update: Rewrote all code to ES6.
  • Update: Improved pageList options to support localization.
  • Update: Improved the totalRows option.
  • Update: Improved table footer.
  • Update: Improved getSelections and getAllSelections methods.
  • Update: Improved css frameworks themes.
  • Update: Updated parameters of the getData method.
  • Update: Updated parameters of the (un)checkAll events to rowsAfter, rowsBefore.
  • Update: Updated parameters of the updateRow method to support replace.
  • Update: Updated page number to 1 while making a server side sort.
  • Update: Renamed table maintainSelected option to maintainMetaData.
  • Update: Renamed method refreshColumnTitle to updateColumnTitle.
  • Update: Fixed card view value to be aligned incorrectly bug.
  • Update: Fixed smartDisplay option pagination bug.
  • Update: Fixed data-* attribute is an object bug.
  • Update: Fixed page separators click bug.
  • Update: Fixed scrolling bug in IE11.
  • Update: Fixed initHeader error caused by toggleColumn.
  • Update: Fixed search input trigger multiple times bug.
  • Update: Fix Pagination/totalRows not updated on hideRow.
  • Update: Fixed columns title error.
Extensions
  • New(editable): Added onExportSaved event.
  • New(export): Added forceExport column option force export columns with hidden.
  • New(export): Added function support of fileName option.
  • New(filter-control): Added filterDataCollector to control the filter select options.
  • New(filter-control): Added filterOrderBy and filterDefault column options.
  • New(multiple-sort): Added bootstrap v4 theme support.
  • New(print): Added RTL dir support.
  • Remove: Removed group-by, multi-column-toggle, multiple-search, multiple-selection-row, select2-filter and tree-column extensions.
  • Update(cookie): Fixed cookie search cannot work bug.
  • Update(editable): Updated parameters of onEditableSave to field, row, rowIndex, oldValue, $el.
  • Update(editable): Fixed editable rerender bug after saving data.
  • Update(export): Updated to only export table header.
  • Update(export): Fixed bug with the footer extensions while sorting.
  • Update(filter-control): Added ability to handle boolean.
  • Update(filter-control): Fixed DatePicker of filter-control does not work bug.
  • Update(filter-control): Fixed clear filterControl with Cookie bug.
  • Update(filter-control): Fixed loading screen with filter control.
  • Update(filter-control): Fixed overwriting the searchText bug.
  • Update(filter-control): Fixed filtering does not work json sub-object.
  • Update(filter-control): Fixed select filter with formatter.
  • Update(multiple-sort): Fixed multiple-sort does not work with data-query-params bug.
  • Update(page-jump-to): Fixed click bug when paginationVAlign is 'both'.
  • Update(reorder-columns): Fixed reorder columns cannot work bug.
  • Update(reorder-columns): Fix search and columns bug after reorder columns.
  • Update(treegrid): Fixed treegrid cannot work bug.
wenzhixin
published 1.14.2 •

Changelog

Source

1.14.2

  • New(fixed-columns extension): Added new version fixed-columns extension.
  • New(js): Updated the style of loading message.
  • Update(js): Updated refresh event params.
  • Update(locale): Updated all locale translation with English as default.
  • Update(export extension): Fixed export all rows to pdf bug.
  • Update(export extension): Disabled export button when exportDataType is 'selected' and selection empty.
  • Update(addrbar extension): Fixed addrbar extension remove hash from url bug.
wenzhixin
published 1.14.1 •

Changelog

Source

1.14.1

  • New(css): Added CSS Frameworks supported.
  • New(css): Added Semantic UI theme.
  • New(css): Added Bulma theme.
  • New(css): Added Materialize theme.
  • New(css): Added Foundation theme.
  • New(js): Added data attribute support for ignoreClickToSelectOn option.
  • Update(js): Fixed detailView find td elements bug.
  • Update(js): Fixed showColumns close dropdown bug when item label clicking.
  • Update(js): Fixed reset width error after toggleFullscreen.
  • Update(js): Fixed cardView click event bug.
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