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

1
46

1.13.1

Diff

Changelog

Source

1.13.1

  • feat(js): add theadClasses option to support bootstrap v4
  • feat(js): fix #3727, icons update to font-awesome 5
  • feat(locale): rewrite all locales to ES6
  • feat(editable extension): rewrite bootstrap-table-editable to ES6
  • feat(filter-control extension): rewrite bootstrap-table-filter-control to ES6
  • feat(treegrid extension): add rootParentId option
  • fix(js): fix #3653, getHiddenRows method bug
  • fix(js): fix #4066, getOptions method remove data property
  • fix(js): fix #4088, no matches display error
  • fix(js): fix eslint warning and error
  • fix(locale): fix #3999, improve es-ES locale
  • fix(filter-control extension): fix #3474, multiple choice bug
  • fix(filter-control extension): fix #4008, select all rows and keyup event error
  • fix(export extension): fix #4086, export in cardView display error
wenzhixin
published 1.13.0 •

Changelog

Source

1.13.0

  • feat(js): rewrite bootstrap-table to ES6
  • feat(locale): add fi-FI.js locale
  • feat(build): use babel instead grunt
  • feat(filter-control): add created-controls.bs.table event to filter-control
  • feat(export extension): rewrite export extension to ES6
  • feat(export extension): export extension support bootstrap v4
  • feat(export extension): add exportTable method
  • feat(toolbar extension): rewrite toolbar extension to ES6
  • feat(toolbar extension): toolbar extension supports bootstrap v4
  • feat(toolbar extension): add server sidePagination support
  • feat(resizable extension): new resizable extension version 2.0.0
  • feat(editable extension): allow different x-editable configuration per table row
  • feat(addrbar extension): add addrbar extension
  • fix(js): fix #1769, improve check/uncheck methods
  • fix(js): fix #1983, cookie with pageNumber and searchText bug
  • fix(js): fix #2485, selections bugs
  • fix(js): fix #2545, customSearch support data attribute
  • fix(js): fix #3696, can't search data with formatter
  • fix(js): fix #4081, getRowByUniqueId error when row unique id is undefined
  • fix(js): fix older bootstrap version bug
  • fix(css): fix #1848, remove toolbar line-height
  • fix(css): limit fullscreen CSS rule scope
  • fix(editable extension): fix #1819, #2072, editable formatter bug
  • fix(extension): fix #3720, fix #3682, bug with export extension together
  • fix(extension): remove lick-edit-row and flat-json extensions
wenzhixin
published 1.12.2 •

Changelog

Source

1.12.2

  • fix(js): fix #3656, toggle icon typo release error
wenzhixin
published 1.12.1 •

Changelog

Source

1.12.1

  • fix(js): fix #3656, toggle icon typo
  • fix(js): fix #3657, opencollective postinstall error
  • fix(group-by-v2 extension): fix #3598, detailView display bug
  • feat(tree-grid extension): fix #3607, add rowStyle support
wenzhixin
published 1.12.0 •

Changelog

Source

1.12.0

  • fix(js): fix zoom header width bug
  • fix(js): fix #3452, reset the table data when url loaded error
  • fix(js): fix #3380, check-all was wrong with the sub-table
  • fix(js): fix #2963, singleSelect, maintainSelected and pagination bug
  • fix(js): fix #3342, remove limit when it is 0
  • fix(js): fix #3472, group header style bug
  • fix(js): fix #3310, searchText causes two requests
  • fix(js): fix #3029, IE8 does not support getOwnPropertyNames
  • fix(js): fix #3204, sortName cannot work in server side pagination
  • fix(js): fix #3163, showToolbar bug when using extensions
  • fix(js): fix #3087, only send pagination parameters when sidePagination is server
  • fix(export extension): fix #3477, server pagination mode cannot export all data
  • fix(filter-control extension): fix #3271, duplicate select option with fixed header and client pagination
  • feat(js): add detailFilter option
  • feat(js): add rememberOrder option
  • feat(js): improve pageList All option locale independent
  • feat(js): add Bootstrap v4.0 support
  • feat(js): add row data to sorter function
  • feat(js): add ignoreClickToSelectOn option
  • feat(js): add onScrollBody / scroll-body.bs.table event
  • feat(js): add showFullscreen option
  • feat(js): add showSelectTitle column option
  • feat(js): add $el to collapse-row
  • feat(locale): add eu-EU locale
  • feat(export extension): add exportFooter option
  • feat(multiple-sort extension): add showMultiSortButton option
  • feat(filter-control extension): add searchOnEnterKey option
  • feat(page-jump-to extension): add page-jump-to extension
  • feat(resizable extension): add resizeMode option
  • feat(sticky-header extension): add Bootstrap v4.0 support
  • feat(treegrid extension): add treegrid extension
  • feat(print extension): add support to print complex table
  • feat(extension): add cookie in combination with filter-control and strict search
wenzhixin
published 1.11.2 •

wenzhixin
published 1.11.1 •

Changelog

Source

1.11.1

  • fix(js): fix #2439, filterBy cannot filter array keys
  • fix(js): fix #2424, from html with checkbox bug
  • fix(js): fix #2385, checkbox render bug with formatter
  • fix(js): fix #750, showRow and hideRow bug
  • fix(js): fix #2387, page list bug
  • fix(js): decrement totalRows on remove if using server side pagination
  • fix(js): bug in the calculation of toolbar and pagination heights
  • feat(js): fix #2414, add paginationLoop option
  • feat(js): update method getRowsHidden to getHiddenRows
  • feat(js): add sortClass option
  • feat(js): add totalField Option
  • feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
  • feat(js): add escape column option
  • fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
  • fix(js): fix #2879, IE8 bug
  • fix(js): fix #2719, remove tabindex
  • fix(css): fix #2208, dropdown-menu style bug
  • fix(filter-control extension): fix #2418, height cause datepicker not display the selected date
  • fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server
  • fix(reorder-row extension): fix #1343, reorder rows bug with pagination
  • fix(cookie extension): correction regex to match 'mi'
  • feat(locale): fix #2759, add es-CL and uz-UZ locales
  • feat(cookie extension): fix #2386, add getCookies method
  • feat(cookie extension): fix #2371, add cookieStorage option
  • feat(multiple-selection-row extension): add multiple-selection-row extension
  • feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options
  • feat(filter-control extension): fix #2448, create a css file which contains the style for this extension
  • feat(filter-control extension): fix #2189, set placeholder of the filter-control input
  • feat(print extension): add print extension
  • feat(auto-refresh extension): add auto refresh extension
  • feat(tree-column extension): add tree column extension
wenzhixin
published 1.11.0 •

Changelog

Source

1.11.0

  • fix(js): fix cardVisible doesn't work bug
  • fix(js): int field break toggleColumn
  • fix(js): table elements inside bootstrap table bug
  • fix(js): move formatter after cellStyle
  • fix(js): the footer is hidden in card view
  • fix(js): fix sorting rows not working bug
  • fix(js): return field from visible cells
  • fix(js): onSearch event is not fire when we press the arrows keys
  • fix(js): fix fromHtml error
  • fix(js): fix event cannot work when some columns are hidden
  • fix(js): remove page size and number when pagination is false
  • fix(js): remove getFieldIndexFromColumnIndex because it cause events bug
  • fix(js): fix getSelections method bug
  • fix(js): update records to rows
  • fix(locale): update it-IT locale
  • fix(locale): add formatAllRows in template locale
  • fix(filter-control extension): add check for null values on existsOptionInSelectControl
  • fix(filter-control extension): fix show-clear button bug
  • fix(editable extension): fix editable formatter error when refreshOptions
  • feat(js): add support for transfer from rowspan / colspan table
  • feat(js): add data variable to post-body event
  • feat(js): add buttonsClass option
  • feat(js): add getVisibleColumns method
  • feat(js): add resize event to fit the header
  • feat(js): add onRefresh event
  • feat(js): add field parameter in the click and dblClick row events
  • feat(js): add div.card-views surrounds all the card view div
  • feat(js): add field parameter to cellStyle
  • feat(js): add sortStable option
  • feat(js): add footerStyle option
  • feat(extension): add select2 filter and i18n enhance extensions
  • feat(extension): add multi-column-toggle extension
  • feat(filter-control extension): add select list data to be passed in as JSON string and filter control starts with search
  • feat(angular extension): add constant in order to get it from angular scope
  • feat(export extension): add formatExport locale
  • feat(multiple-sort extension): add formatSortOrders option
  • feat(multiple-sort extension): support pagination server
  • refactor(filter-control extension): refactor the filterDataType method
  • refactor(filter-control extension): adding all unique values to select control and performance improvements
  • refactor(extension): refactor filter cookies extension to avoid double calls
  • docs(filter-control extension): add documentation for filterData
wenzhixin
published 1.10.1 •

Changelog

Source

1.10.1

  • revert: feat: update escape to false
  • feat: add checkInvert method
  • feat: add bootstrap-table-he-IL.js
  • bug: update grunt to development dependency
  • bug: press on toolbar elements, the key-events it will not run
  • bug: remove bogus conditions that will always be true
  • bug: refactor filter control select input initialization
  • bug: typo in Slovak translation
wenzhixin
published 1.9.1 •

Changelog

Source

1.9.1

  • [bug] Removed no records events.
  • [bug] Fixed cardView fieldIndex error.
  • [bug] Fixed #1130: table-condensed is not working.
  • [bug] Fixed #1482: export all server sidePagination bug(export extension).
  • [bug] Fixed #1248: IE8 does not support indexOf function.
  • [bug] Fixed #1491: (un)check event element argument missing.
  • [bug] Fixed Italian translation.
  • [bug] Unified naming of MS in type names(export extension).
  • [bug] Fixed selectPage method fails(cookie extension).
  • [bug] Add ja-JP and ms-MY translation for formatAllRows.
  • [enh] UniqueId can also be stored in a row's data property.
  • [enh] Use default settings when cookie settings don't exist(cookie extension).
  • [enh] Expand filterBy to accept and array of values.
  • [enh] Added updateByUniqueId method.
  • [doc] Added iconSize docs.
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