This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
bootstrap-table
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
fde42200f0
Branches
Tags
changelog-action
dependabot/npm_and_yarn/rollup-4.24.3
develop
documentation/groupByV2
feature/filter-control-performance
feature/group-by_merge
feature/modular_js
fix/4818
fix/5917
fix/td-style
gh-pages
hotfix/update-locales
master
1.23.5
1.23.4
1.23.3
1.23.2
1.23.1
1.23.0
1.22.6
1.22.5
1.22.4
1.22.3
1.22.2
1.22.1
1.22.0
1.21.4
1.21.3
1.21.2
1.21.1
1.21.0
1.20.2
1.20.1
1.20.0
1.19.1
1.19.0
1.18.3
1.18.2
1.18.1
1.18.0
1.17.1
1.17.0
1.16.0
1.15.5
1.15.4
1.15.3
1.15.2
1.14.2
1.14.1
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.2
1.12.1
1.12.0
1.11.1
1.11.0
1.10.1
1.10.0
1.9.1
1.9.0
1.8.1
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
bootstrap-ta...
/
docs
/
_includes
/
latest-release.md
latest-release.md
2.3 KB
History
Raw
Latest release (2016-07-02)
v1.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 hideen
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 extesion): 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 divs
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 dbcalls
docs(filter-control extension): add documentation for filterData