UNPKG

48.7 kBMarkdownView Raw
1ChangeLog
2---------
3
4### 1.18.3
5
6#### Core
7
8- **Update:** Fixed negative number bug when searching with comparison.
9- **Update:** Fixed non-conform HTML-Standard problems.
10- **Update:** Fixed `td` width bug using card view.
11- **Update:** Fixed exact match problem when searching term with accent.
12- **Update:** Update `pt-PT` and `fa-IR` locales.
13
14#### Extensions
15
16- **New(page-jump-to):** Added `showJumpToByPages` option.
17- **Update(auth-refresh):** Fixed auto refresh not clear interval bug.
18- **Update(multiple-sort):** Fixed multiple-sort cannot support iconSize bug.
19- **Update(sticky-header):** Fixed `stickyHeaderOffsetY` option cannot work.
20- **Update(sticky-header):** Updated the stickyHeader `offset` options to number.
21
22### 1.18.2
23
24#### Core
25
26- **Update:** Fixed bootstrap5 cannot work bug.
27- **Update:** Fixed checkbox display bug when using `formatter`.
28- **Update:** Fixed search highlight bug.
29- **Update:** Updated `ru-RU` and `de-DE` locales.
30
31#### Extensions
32
33- **New(filter-control):** Added support for flat JSON.
34- **Update(cookie):** Fixed not deleted cookie bug when the sort was reset.
35- **Update(export):** Not export the detail view icon column.
36- **Update(filter-control):** Fixed not working when using `filterControlContainer`.
37- **Update(multiple-sort):** Fixed multiple-sort cannot work bug.
38- **Update(resizable):** Fixed resizable cannot work in modal.
39
40### 1.18.1
41
42#### Core
43
44- **New(locale):** Added short locales based on [ISO Language](http://www.lingoes.net/en/translator/langcode.htm).
45- **Update:** Updated `sk-SK`, `fr-FR`, `de-DE`, and `es-*` locales.
46- **Update:** Fixed `toggleCheck`, `getSelections` and `remove` bug.
47- **Update:** Fixed `buttons` option bug using in data attribute.
48- **Update:** Fixed custom `icons` option bug.
49- **Update:** Fixed `cellStyle` column option not work in card view.
50- **Update:** Fixed getSelection bug when using search.
51- **Update:** Fixed `pageList` option with `all` display bug using `smartDisplay`.
52- **Update:** Fixed search highlight cannot work bug when data field is number.
53- **Update:** Fixed `updateColumnTitle` is undo bug after pagination.
54- **Update:** Fixed `multipleSelectRow` option bug.
55- **Update:** Fixed `icon-size` option bug with pagination.
56
57#### Extensions
58
59- **New(page-jump-to):** Added `min`, `max` and enter support for jump input.
60- **Update(export):** Fixed export cannot work with `materialize` and `foundation` themes.
61- **Update(filter-control):** Updated `filterDatepickerOptions` to support datepicker option.
62- **Update(filter-control):** Fixed select bug when using `&` in the value.
63- **Update(fixed-columns):** Fixed `toggleView` display bug.
64- **Update(group-by):** Fixed not collapse detail view expanded row bug.
65- **Update(group-by):** Fixed display error using `formatter` column option.
66- **Update(group-by):** Fixed `groupByFormatter` option bug using in data attribute.
67- **Update(multiple-sort):** Fixed cannot work bug using in server `sidePagination`.
68- **Update(page-jump-to):** Fixed page jump input and button bug with `icon-size` option.
69- **Update(print):** Fixed print with `rowspan` or `colspan`.
70- **Update(reorder-columns):** Fixed reorder column when a column is removed or added.
71
72### 1.18.0
73
74#### Core
75
76- **New(option):** Added `buttons` to add custom buttons to the button bar.
77- **New(option):** Added `footerField` to support `server` side pagination.
78- **New(option):** Added new parameter `value` to `footerFormatter`.
79- **New(option):** Added `searchHighlight` and `searchHighlightFormatter`.
80- **New(option):** Added `searchSelector` to custom the search input.
81- **New(event):** Added `BootstrapTable` object as last parameter to all `event`.
82- **New(css):** Added CSS transitions for loading style.
83- **New:** Added support for `style` attribute of `tr` or `td`.
84- **New:** Added ability to use `colspan` in the footer.
85- **Update:** Updated search input type from `text` to `search`.
86- **Update:** Fixed `normalize` not string bug when using `searchAccentNeutralise`.
87- **Update:** Fixed complex group header bug.
88- **Update:** Fixed `resize` and `scroll` event bug with multiple tables.
89- **Update:** Fixed `getScrollPosition` bug when using group-by extension.
90- **Update:** Fixed `updateRow` with `customSearch` and `sortReset` bug.
91- **Update:** Fixed `colspan` and `mergeCell` bug when using `detailFormatter`.
92- **Update:** Fixed `init` bug when using `onPostBody`.
93- **Update:** Fixed sort bug when the `field` is set to `0`.
94- **Update:** Fixed `showFooter` display bug after resize table width.
95- **Update:** Fixed not update selected rows bug when using `checkAll`/`uncheckAll`.
96- **Update:** Fixed `checked` property bug using `formatter` when the field has a value.
97- **Update:** Fixed default data shared bug with multiple tables.
98- **Remove(method):** Removed `getAllSelections` method.
99
100#### Extensions
101
102- **New(addrbar):** Added support for `client` side pagination.
103- **New(cookie):** Added `cookieSameSite` option to prevent breaking changes.
104- **New(group-by):** Added `groupByToggle` and `groupByShowToggleIcon` options.
105- **New(group-by):** Added `groupByCollapsedGroups` option to allow collapse groups.
106- **Update(cookie):** Fixed cookie size is too big bug when saving columns.
107- **Update(cookie):** Fixed checkbox column disappears bug.
108- **Update(export):** Fixed cannot export `all` data bug with pagination.
109- **Update(group-by):** Fixed `scrollTo` not working properly bug.
110- **Update(multiple-sort):** Fixed cannot work bug.
111- **Update(sticky-header):** Fixed vertical scroll cannot work bug.
112
113### 1.17.1
114
115#### Core
116
117- **New:** Added `bootstrap-table` theme without any framework.
118- **New:** Added support for Bootstrap v5.
119- **New:** Added `$index` field for `remove` method.
120- **New:** Added `on-all` event for vue component.
121- **New:** Added `bg-BG` locale.
122- **New:** Added `loadingFontSize` option.
123- **New:** Added `loadingTemplate` option.
124- **New:** Added `detailView` support for `cardView`.
125- **New:** Added the `searchable` columns to the query params for server side.
126- **New:** Added `collapseRowByUniqueId` and `expandRowByUniqueId` methods.
127- **New:** Added `detailViewAlign` option for the detail view icon.
128- **New:** Added tr `class` support for `thead`.
129- **New:** Added `formatted` parameter for `getData` method to get formatted data.
130- **New:** Added `paginationParts` option instead of `onlyInfoPagination`.
131- **New:** Added `sortReset` option to reset sort on third click.
132- **New:** Added support for auto merge the table body cells.
133- **Update:** Fixed `updateByUniqueId` method cannot update multiple rows bug.
134- **Update:** Fixed `insertRow` not write to source data array bug.
135- **Update:** Fixed events bug with `detailViewIcon` option.
136- **Update:** Fixed server side pagination sort bug.
137- **Update:** Fixed the `page-change` event before init server.
138- **Update:** Fixed no records found `colspan` error.
139- **Update:** Fixed the `page-change` event before init server.
140- **Update:** Fixed `font-size` of the loading text.
141- **Update:** Fixed table `border` bug when table is hidden.
142- **Update:** Fixed `showRow` method show all hidden rows bug.
143- **Update:** Fixed columnsSearch non-unique id warning.
144- **Remove:** Removed the `onlyInfoPagination` option.
145- **Remove:** Removed accent neutralise extension and moved it to core.
146
147#### Extensions
148
149- **New(cookie)**: Added support for toggle all columns options.
150- **New(custom-view):** Added `custom-view` extension.
151- **New(editable):** Added `alwaysUseFormatter` option.
152- **New(export):** Added `forceHide` column option.
153- **New(filter-control):** Added `filterOrderBy` column option support order by `server`.
154- **New(filter-control):** Added radio support for `filterControlContainer`.
155- **New(filter-control):** Added support for array filter.
156- **New(filter-control):** Added `filterControlVisible` option and `toggleFilterControl` method.
157- **New(filter-control):** Added `showFilterControlSwitch` option.
158- **New(fixed-columns):** Added support for sticky-header.
159- **New(pipeline):** Added `pipeline` extension.
160- **New(print):** Added support for print footer and merge cells.
161- **Update(accent-neutralise):** Fixed comparison with arrays.
162- **Update(cookie):** Updated cookie columns to always visible when `switchable` is `false`.
163- **Update(cookie):** Fixed cookie value from existing options bug.
164- **Update(copy-rows):** Fixed copy rows bug with fixed-column.
165- **Update(editable):** Fixed not handle quotation marks bug.
166- **Update(editable):** Updated `noeditFormatter` to `noEditFormatter`.
167- **Update(export):** Fixed export error with `maintainMetaData` and `clientSidePagination`.
168- **Update(filter-control):** Fixed not work with `height` option.
169- **Update(filter-control):** Fixed not work in multiple tables.
170- **Update(filter-control):** Fixed ignore default search text bug.
171- **Update(filter-control):** Fixed not work with html formatter.
172- **Update(filter-control):** Fixed reset `filterBy` method bug.
173- **Update(filter-control):** Fixed issue with a custom filter control container.
174- **Update(filter-control):** Fixed filter control disappear after column switched.
175- **Update(fixed-columns):** Fixed loading message not hide bug.
176- **Update(group-by):** Fixed params error of `checkAll`/`uncheckAll`.
177- **Update(multiple-sort):** Fixed not working with multiple level field bug.
178- **Update(reorder-columns):** Fixed cannot work bug.
179- **Update(reorder-rows):** Fixed `this` context of `onPostBody` error.
180- **Update(treegrid):** Fixed treegrid `destroy` bug.
181
182### 1.16.0
183
184#### Core
185
186- **New:** Added `buttonsOrder` option.
187- **New:** Added `headerStyle` option.
188- **New:** Added `showColumnsSearch` option.
189- **New:** Added `serverSort` option.
190- **New:** Added `unfiltered` parameter for `getData` method.
191- **Update:** Updated `event` name to lowercase hyphen format for vue component.
192- **Update:** Updated `es-AR` locale.
193- **Update:** Updated the default classes of semantic theme.
194- **Update:** Improved the `resize` problem with multiple tables.
195- **Update:** Fixed `checkAll` event bug with sortable checkbox field.
196- **Update:** Fixed `checkbox` and not-found td style errors.
197- **Update:** Fixed `customSearch` return empty array bug.
198- **Update:** Fixed column checkboxes not being disabled when using `toggleAll`.
199- **Update:** Fixed `flat` not polyfilled error in vue cli3.
200- **Update:** Fixed `height` and `border` not aligned bug.
201- **Update:** Fixed `jqXHR` `undefined` error using custom ajax.
202- **Update:** Fixed `pageSize` set to all bug with filter.
203- **Update:** Fixed `refreshOptions` bug with radio and checkbox.
204- **Update:** Fixed `removeAll` bug in the last page when sidePagination is server.
205- **Update:** Fixed `search` not always trigger in IE11 bug.
206- **Update:** Fixed `search` width `escape` bug.
207- **Update:** Fixed `showColumns` cannot work of foundation theme.
208- **Update:** Fixed `showFullscreen` bug when setting height.
209- **Update:** Fixed `sort` cannot work after searching.
210- **Update:** Fixed `sortable` style error when using `table-sm`.
211- **Update:** Fixed `sortStable` not work bug.
212- **Update:** Fixed `triggerSearch` not work bug.
213- **Update:** Supported build cross all platforms.
214- **Remove:** Removed `resetWidth` method and use `resetView` instead.
215
216#### Extensions
217
218- **New(cookie):** Added new options to get/set/delete the values by a custom function.
219- **New(cookie):** Added save re-order and resize support.
220- **New(filter-control):** Added `filterControlContainer` option.
221- **New(filter-control):** Added `filterCustomSearch` option.
222- **New(filter-control):** Added object and function support in `filterData` column option.
223- **New(filter-control):** Added support for using sticky-header extension.
224- **New(filter-control):** Added support comparisons search(<, >, <=, =<, >=, =>).
225- **New(fixed-columns):** Added all themes support.
226- **New(fixed-columns):** Added `fixedRightNumber` option.
227- **New(fixed-columns):** Added support for using filter-control extension.
228- **New(group-by):** Add `Array` support for `groupByField` option.
229- **New(group-by):** Added `customSort` option support.
230- **New(multiple-sort):** Added custom `sorter` support.
231- **New(multiple-sort):** Added `multiSortStrictSort` option.
232- **New(multiple-sort):** Added `multiSort` method.
233- **New(print):** Added `printFormatter` data-attribute support.
234- **New(reorder-columns):** Added `orderColumns` method.
235- **New(reorder-rows):** Added `search` and `cardView` supported.
236- **New(sticky-header):** Added support for all themes.
237- **New(toolbar):** Added support for all themes.
238- **New(reorder-rows):** Added `search` and `cardView` support.
239- **Update(cookie):** Fixed cookie localeStorage not work bug with filter-control.
240- **Update(cookie):** Fixed `minimumCountColumns` not working bug.
241- **Update(cookie):** Improved `cookiesEnabled` to support ' in `data-attribute`.
242- **Update(editable):** Fixed `formatter` bug if the column was edited.
243- **Update(filter-control):** Fixed `hideUnusedSelectOptions` not work bug.
244- **Update(filter-control):** Fixed filter not work bug with `undefined`.
245- **Update(filter-control):** Fixed missing parameter of `resetSearch` and `filterDataType`.
246- **Update(filter-control):** Fixed `search` with filter-control `search` bug.
247- **Update(filter-control):** Fixed the `value` of select display error using editable.
248- **Update(fixed-columns):** Fixed checkbox bug with fixed columns.
249- **Update(fixed-columns):** Updated default value to `0` of `fixedNumber` option.
250- **Update(group-by):** Improved `number` type support.
251- **Update(group-by):** Fixed new table using modal bug.
252- **Update(group-by):** Fixed `scrollTo` method using group-by.
253- **Update(mobile):** Fixed input keyboard bug.
254- **Update(multiple-sort):** Fixed not destroy bug.
255- **Update(multiple-sort):** Fixed sort not work with `boolean` bug.
256- **Update(print):** Improved to use `undefinedText` option.
257- **Update(print):** Fixed IE11 not work bug.
258- **Update(reorder-columns):** Fixed detail view column reorder bug.
259- **Update(resizable):** Fixed columns resizing not work bug.
260- **Update(resizable):** Fixed not work via JavaScript.
261- **Update(sticky-header):** Fixed not work bug with fullscreen.
262- **Update(treegrid):** Fixed `virtualScroll` option bug.
263- **Remove:** Removed natural-sorting extension.
264
265### 1.15.5
266
267- **New:** Added `jqXHR` for `responseHandler` option and `onLoadSuccess` event.
268- **New:** Added `stickyHeaderOffsetLeft` and `stickyHeaderOffsetRight` for sticky-header.
269- **New:** Added Serbian RS cyrillic and latin locales.
270- **Update:** Improved `export` button when there is only one type.
271- **Update:** Fixed column events click error with `detailView`.
272- **Update:** Fixed bug for `searchOnEnterKey` and `showSearchButton` are true.
273- **Update:** Fixed `onScrollBody` event and added parameter.
274- **Update:** Fixed search input size bug with `iconSize` option.
275- **Update:** Fixed filter control select cannot work more than one table.
276- **Update:** Fixed virtual scroll to top error when using `append` method.
277- **Update:** Fixed `events` cannot work on virtual scroll.
278- **Update:** Fixed bottom border bug with `height` option.
279- **Update:** Fixed min version throw cannot convert object to primitive value error.
280
281### 1.15.4
282
283- **New:** Added `query` to `queryParams` option.
284- **New:** Added `filter` parameter of `customSearch` option.
285- **Update:** Fixed search bug in hidden columns.
286- **Update:** Fixed table zoom width calculating bug.
287- **Update:** Fixed events of column formatted by nested table.
288- **Update:** Fixed checkbox style display bug.
289- **Update:** Fixed stack overflow error of `checkBy` method.
290- **Update:** Fixed `showSearchButton` and `showSearchClearButton` style bug.
291- **Update:** Fixed filter-control select `null` value handle error.
292- **Update:** Fixed `showSearchClearButton` bug in filter-control extension.
293- **Update:** Fixed `print` button appears twice bug.
294
295### 1.15.3
296
297- **New:** Added nl-BE, fr-CH and fr-LU locale.
298- **Update:** Updated nl-NL, pt-BR, fr-BE, fr-FR, nl-BE and nl-NL locale.
299- **Update:** Fixed treegrid duplicate rows bug.
300- **Update:** Fixed `updateCellByUniqueId` method bug on a filtered table.
301- **Update:** Fixed colspan group header display bug.
302- **Update:** Fixed table footer display bug in some case.
303- **Update:** Fixed `getOptions` bug.
304- **Update:** Fixed `detailView` bug when hiding columns.
305- **Update:** Fixed IE minify bug.
306- **Update:** Fixed full screen scrolling bug.
307
308### 1.15.2
309
310#### Core
311
312- **New:** Added `virtualScroll` and `virtualScrollItemHeight` options to support large data.
313- **New:** Added vue component support.
314- **New:** Added support comparisons search(<, >, <=, =<, >=, =>).
315- **New:** Added `detailViewByClick` table option and `detailFormatter` column option.
316- **New:** Added `showExtendedPagination` and `totalNotFilteredField` table options.
317- **New:** Added `widthUnit` option to allow any unit.
318- **New:** Added `multipleSelectRow` option to support ctrl and shift select.
319- **New:** Added `onPostFooter`(`post-footer.bs.table`) event.
320- **New:** Added `detailViewIcon` and `toggleDetailView` method to hide the show/hide icons.
321- **New:** Added `showSearchButton` and `showSearchClearButton` options to improve the search.
322- **New:** Added `showButtonIcons` and `showButtonText` options to improve the icons display.
323- **New:** Added `visibleSearch` option search only on displayed/visible columns.
324- **New:** Added `showColumnsToggleAll` option to toggle all columns.
325- **New:** Added `cellStyle` to support checkbox field.
326- **New:** Added checkbox and radio auto checked from html support.
327- **New:** Added screen reader support for pagination.
328- **New:** Added travis lint src and check docs scripts.
329- **New:** Added webpack support and user rollup to build the src.
330- **New:** Added a version number property.
331- **New:** Improved `filterBy` method with `or` condition and custom filter algorithm.
332- **New:** Improved `showColumn` and `hideColumn` methods with array of fields.
333- **New:** Improved `scrollTo` method to allow `rows` units.
334- **Update:** Rewrote all code to ES6.
335- **Update:** Improved `pageList` options to support localization.
336- **Update:** Improved the `totalRows` option.
337- **Update:** Improved table footer.
338- **Update:** Improved `getSelections` and `getAllSelections` methods.
339- **Update:** Improved css frameworks themes.
340- **Update:** Updated parameters of the `getData` method.
341- **Update:** Updated parameters of the (un)checkAll events to `rowsAfter, rowsBefore`.
342- **Update:** Updated parameters of the `updateRow` method to support `replace`.
343- **Update:** Updated page number to 1 while making a server side sort.
344- **Update:** Renamed table `maintainSelected` option to `maintainMetaData`.
345- **Update:** Renamed method `refreshColumnTitle` to `updateColumnTitle`.
346- **Update:** Fixed card view value to be aligned incorrectly bug.
347- **Update:** Fixed `smartDisplay` option pagination bug.
348- **Update:** Fixed data-* attribute is an object bug.
349- **Update:** Fixed page separators click bug.
350- **Update:** Fixed scrolling bug in IE11.
351- **Update:** Fixed initHeader error caused by toggleColumn.
352- **Update:** Fixed search input trigger multiple times bug.
353- **Update:** Fix Pagination/totalRows not updated on `hideRow`.
354- **Update:** Fixed columns title error.
355
356#### Extensions
357
358- **New(editable):** Added `onExportSaved` event.
359- **New(export):** Added `forceExport` column option force export columns with hidden.
360- **New(export):** Added function support of `fileName` option.
361- **New(filter-control):** Added `filterDataCollector` to control the filter select options.
362- **New(filter-control):** Added `filterOrderBy` and filterDefault column options.
363- **New(multiple-sort):** Added bootstrap v4 theme support.
364- **New(print):** Added RTL dir support.
365- **Remove:** Removed group-by, multi-column-toggle, multiple-search, multiple-selection-row, select2-filter and tree-column extensions.
366- **Update(cookie):** Fixed cookie search cannot work bug.
367- **Update(editable):** Updated parameters of `onEditableSave` to `field, row, rowIndex, oldValue, $el`.
368- **Update(editable):** Fixed editable rerender bug after saving data.
369- **Update(export):** Updated to only export table header.
370- **Update(export):** Fixed bug with the footer extensions while sorting.
371- **Update(filter-control):** Added ability to handle boolean.
372- **Update(filter-control):** Fixed DatePicker of filter-control does not work bug.
373- **Update(filter-control):** Fixed clear filterControl with Cookie bug.
374- **Update(filter-control):** Fixed loading screen with filter control.
375- **Update(filter-control):** Fixed overwriting the searchText bug.
376- **Update(filter-control):** Fixed filtering does not work json sub-object.
377- **Update(filter-control):** Fixed select filter with formatter.
378- **Update(multiple-sort):** Fixed multiple-sort does not work with data-query-params bug.
379- **Update(page-jump-to):** Fixed `click` bug when paginationVAlign is 'both'.
380- **Update(reorder-columns):** Fixed reorder columns cannot work bug.
381- **Update(reorder-columns):** Fix search and columns bug after reorder columns.
382- **Update(treegrid):** Fixed treegrid cannot work bug.
383
384### 1.14.2
385
386- **New(fixed-columns extension):** Added new version fixed-columns extension.
387- **New(js):** Updated the style of loading message.
388- **Update(js):** Updated refresh event params.
389- **Update(locale):** Updated all locale translation with English as default.
390- **Update(export extension):** Fixed export all rows to pdf bug.
391- **Update(export extension):** Disabled export button when exportDataType is 'selected' and selection empty.
392- **Update(addrbar extension):** Fixed addrbar extension remove hash from url bug.
393
394### 1.14.1
395
396- **New(css):** Added CSS Frameworks supported.
397- **New(css):** Added [Semantic UI](http://semantic-ui.com) theme.
398- **New(css):** Added [Bulma](http://bulma.io) theme.
399- **New(css):** Added [Materialize](https://materializecss.com/) theme.
400- **New(css):** Added [Foundation](https://foundation.zurb.com/) theme.
401- **New(js):** Added data attribute support for `ignoreClickToSelectOn` option.
402- **Update(js):** Fixed `detailView` find td elements bug.
403- **Update(js):** Fixed `showColumns` close dropdown bug when item label clicking.
404- **Update(js):** Fixed reset width error after `toggleFullscreen`.
405- **Update(js):** Fixed `cardView` click event bug.
406
407### 1.13.5
408
409- **New(auto-refresh extension):** Rewrote auto-refresh extension to ES6.
410- **Update(js):** Fixed showFullscreen cannot work bug.
411- **Update(js):** Redefined customSearch option.
412- **Update(js):** Fixed show footer cannot work bug.
413- **Update(js):** Updated the parameter of `footerStyle`.
414- **Update(js):** Added classes supported for `footerStyle`.
415- **Update(js):** Fixed IE11 transform bug.
416- **Update(js):** Removed beginning and end whitespace from td.
417- **Update(export extension):** Fixed export selected bug.
418
419### 1.13.4
420
421- **New(sticky-header extension):** Rewrote sticky-header extension to ES6.
422- **New(sticky-header extension):** Added to support bootstrap v4 and `theadClasses` option.
423- **New(auto-refresh extension):** Icons update to font-awesome 5.
424- **New(examples):** Added examples Algolia search.
425- **Update(js):** Fixed `theadClasses` is not set when a `thead` exists.
426- **Update(js):** Fixed table resize after mergeCell the first row.
427- **Update(cookie extension):** Fixed cookie extension broken bug.
428- **Update(cookie extension):** Fixed cookie extension unicode encode bug.
429- **Update(package):** Added `sass` devDependencies.
430
431### 1.13.3
432
433- **New(js):** Supported full table classes of bootstrap v4.
434- **New(css):** Rewrote bootstrap-table.css to scss.
435- **New(accent-neutralise extension):** Rewrote accent-neutralise extension to ES6.
436- **New(addrbar extension):** Rewrote addrbar extension to ES6 and supported attribute option.
437- **New(group-by-v2 extension):** New `groupByFormatter` option.
438- **New(pipeline extension):** New pipeline extension `bootstrap-table-pipeline`.
439- **Remove(js):** Removed `striped` option and use classes instead.
440- **Update(js):** Fixed `locale` option bug.
441- **Update(js):** Fixed `sortClass` option bug.
442- **Update(js):** Fixed `sortStable` option cannot work bug.
443- **Update(js):** Improved built-in sort function and `customSort` logic.
444- **Update(js):** Fixed horizontal scrollbar bug.
445- **Update(cookie extension):** Improved cookie extension code.
446
447### 1.13.2
448
449- **New(js):** Added `paginationSuccessivelySize`, `paginationPagesBySide` and `paginationUseIntermediate` pagination options.
450- **New(cookie extension):** Rewrote cookie extension to ES6.
451- **New(cookie extension):** Saved `filterBy` method.
452- **New(filter-control extension):** Added `placeholder` as a empty option to the select controls.
453- **New(filter-control extension):** Added `clearFilterControl` method in order to clear all filter controls.
454- **New(docs)** Added Algolia search.
455- **Update(js):** Fixed sort column shows hidden rows in `server` side pagination bug.
456- **Update(js):** Fixed `scrollTo` bug.
457- **Update(css):** Fixed no-bordered problem of bootstrap v4.
458- **Update(filter-control extension):** Added bootstrap v4 icon support.
459
460### 1.13.1
461
462- feat(js): add `theadClasses` option to support bootstrap v4
463- feat(js): fix #3727, icons update to font-awesome 5
464- feat(locale): rewrite all locales to ES6
465- feat(editable extension): rewrite bootstrap-table-editable to ES6
466- feat(filter-control extension): rewrite bootstrap-table-filter-control to ES6
467- feat(treegrid extension): add `rootParentId` option
468- fix(js): fix #3653, getHiddenRows method bug
469- fix(js): fix #4066, `getOptions` method remove data property
470- fix(js): fix #4088, no matches display error
471- fix(js): fix eslint warning and error
472- fix(locale): fix #3999, improve es-ES locale
473- fix(filter-control extension): fix #3474, multiple choice bug
474- fix(filter-control extension): fix #4008, select all rows and `keyup` event error
475- fix(export extension): fix #4086, export in cardView display error
476
477### 1.13.0
478
479- feat(js): rewrite bootstrap-table to ES6
480- feat(locale): add fi-FI.js locale
481- feat(build): use babel instead grunt
482- feat(filter-control): add `created-controls.bs.table` event to filter-control
483- feat(export extension): rewrite export extension to ES6
484- feat(export extension): export extension support bootstrap v4
485- feat(export extension): add `exportTable` method
486- feat(toolbar extension): rewrite toolbar extension to ES6
487- feat(toolbar extension): toolbar extension supports bootstrap v4
488- feat(toolbar extension): add server sidePagination support
489- feat(resizable extension): new resizable extension version 2.0.0
490- feat(editable extension): allow different x-editable configuration per table row
491- feat(addrbar extension): add addrbar extension
492- fix(js): fix #1769, improve check/uncheck methods
493- fix(js): fix #1983, cookie with pageNumber and searchText bug
494- fix(js): fix #2485, selections bugs
495- fix(js): fix #2545, customSearch support data attribute
496- fix(js): fix #3696, can't search data with formatter
497- fix(js): fix #4081, getRowByUniqueId error when row unique id is undefined
498- fix(js): fix older bootstrap version bug
499- fix(css): fix #1848, remove toolbar line-height
500- fix(css): limit fullscreen CSS rule scope
501- fix(editable extension): fix #1819, #2072, editable formatter bug
502- fix(extension): fix #3720, fix #3682, bug with export extension together
503- fix(extension): remove lick-edit-row and flat-json extensions
504
505### 1.12.2
506
507- fix(js): fix #3656, toggle icon typo release error
508
509### 1.12.1
510
511- fix(js): fix #3656, toggle icon typo
512- fix(js): fix #3657, opencollective postinstall error
513- fix(group-by-v2 extension): fix #3598, detailView display bug
514- feat(tree-grid extension): fix #3607, add `rowStyle` support
515
516### 1.12.0
517
518- fix(js): fix zoom header width bug
519- fix(js): fix #3452, reset the table data when url loaded error
520- fix(js): fix #3380, check-all was wrong with the sub-table
521- fix(js): fix #2963, singleSelect, maintainSelected and pagination bug
522- fix(js): fix #3342, remove limit when it is 0
523- fix(js): fix #3472, group header style bug
524- fix(js): fix #3310, searchText causes two requests
525- fix(js): fix #3029, IE8 does not support getOwnPropertyNames
526- fix(js): fix #3204, sortName cannot work in server side pagination
527- fix(js): fix #3163, `showToolbar` bug when using extensions
528- fix(js): fix #3087, only send pagination parameters when `sidePagination` is `server`
529- fix(export extension): fix #3477, server pagination mode cannot export all data
530- fix(filter-control extension): fix #3271, duplicate select option with fixed header and client pagination
531- feat(js): add `detailFilter` option
532- feat(js): add `rememberOrder` option
533- feat(js): improve pageList `All` option locale independent
534- feat(js): add `Bootstrap v4.0` support
535- feat(js): add `row` data to sorter function
536- feat(js): add `ignoreClickToSelectOn` option
537- feat(js): add `onScrollBody` / `scroll-body.bs.table` event
538- feat(js): add `showFullscreen` option
539- feat(js): add `showSelectTitle` column option
540- feat(js): add `$el` to collapse-row
541- feat(locale): add `eu-EU` locale
542- feat(export extension): add `exportFooter` option
543- feat(multiple-sort extension): add `showMultiSortButton` option
544- feat(filter-control extension): add `searchOnEnterKey` option
545- feat(page-jump-to extension): add `page-jump-to` extension
546- feat(resizable extension): add `resizeMode` option
547- feat(sticky-header extension): add `Bootstrap v4.0` support
548- feat(treegrid extension): add `treegrid` extension
549- feat(print extension): add support to print complex table
550- feat(extension): add cookie in combination with filter-control and strict search
551
552#### Breaking changes in 1.12.0
553
554- feat(js): add `toggleOn` and `toggleOff` icons instead `toggle` icon
555
556
557### 1.11.1
558
559- fix(js): fix #2439, `filterBy` cannot filter array keys
560- fix(js): fix #2424, from html with checkbox bug
561- fix(js): fix #2385, checkbox render bug with formatter
562- fix(js): fix #750, showRow and hideRow bug
563- fix(js): fix #2387, page list bug
564- fix(js): decrement totalRows on remove if using server side pagination
565- fix(js): bug in the calculation of toolbar and pagination heights
566- feat(js): fix #2414, add `paginationLoop` option
567- feat(js): update method `getRowsHidden` to `getHiddenRows`
568- feat(js): add `sortClass` option
569- feat(js): add `totalField` Option
570- feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
571- feat(js): add `escape` column option
572- fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
573- fix(js): fix #2879, IE8 bug
574- fix(js): fix #2719, remove `tabindex`
575- fix(css): fix #2208, dropdown-menu style bug
576- fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
577- fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server
578- fix(reorder-row extension): fix #1343, reorder rows bug with pagination
579- fix(cookie extension): correction regex to match 'mi'
580- feat(locale): fix #2759, add es-CL and uz-UZ locales
581- feat(cookie extension): fix #2386, add `getCookies` method
582- feat(cookie extension): fix #2371, add `cookieStorage` option
583- feat(multiple-selection-row extension): add multiple-selection-row extension
584- feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options
585- feat(filter-control extension): fix #2448, create a css file which contains the style for this extension
586- feat(filter-control extension): fix #2189, set placeholder of the filter-control input
587- feat(print extension): add print extension
588- feat(auto-refresh extension): add auto refresh extension
589- feat(tree-column extension): add tree column extension
590
591#### Breaking changes in 1.11.1
592
593- **Filter-Control extension**: deleted the inline-style and now this extension is using a separated css file.
594
595
596### 1.11.0
597
598- fix(js): fix cardVisible doesn't work bug
599- fix(js): int field break toggleColumn
600- fix(js): table elements inside bootstrap table bug
601- fix(js): move formatter after cellStyle
602- fix(js): the footer is hidden in card view
603- fix(js): fix sorting rows not working bug
604- fix(js): return field from visible cells
605- fix(js): onSearch event is not fire when we press the arrows keys
606- fix(js): fix fromHtml error
607- fix(js): fix event cannot work when some columns are hidden
608- fix(js): remove page size and number when pagination is false
609- fix(js): remove getFieldIndexFromColumnIndex because it cause events bug
610- fix(js): fix getSelections method bug
611- fix(js): update records to rows
612- fix(locale): update it-IT locale
613- fix(locale): add formatAllRows in template locale
614- fix(filter-control extension): add check for null values on existsOptionInSelectControl
615- fix(filter-control extension): fix show-clear button bug
616- fix(editable extension): fix editable formatter error when refreshOptions
617- feat(js): add support for transfer from rowspan / colspan table
618- feat(js): add data variable to post-body event
619- feat(js): add `buttonsClass` option
620- feat(js): add `getVisibleColumns` method
621- feat(js): add resize event to fit the header
622- feat(js): add `onRefresh` event
623- feat(js): add field parameter in the click and dblClick row events
624- feat(js): add div.card-views surrounds all the card view div
625- feat(js): add `field` parameter to cellStyle
626- feat(js): add `sortStable` option
627- feat(js): add `footerStyle` option
628- feat(extension): add select2 filter and i18n enhance extensions
629- feat(extension): add multi-column-toggle extension
630- feat(filter-control extension): add select list data to be passed in as JSON string and filter control starts with search
631- feat(angular extension): add constant in order to get it from angular scope
632- feat(export extension): add `formatExport` locale
633- feat(multiple-sort extension): add `formatSortOrders` option
634- feat(multiple-sort extension): support pagination server
635- refactor(filter-control extension): refactor the filterDataType method
636- refactor(filter-control extension): adding all unique values to select control and performance improvements
637- refactor(extension): refactor filter cookies extension to avoid double calls
638- docs(filter-control extension): add documentation for filterData
639
640
641### 1.10.1
642
643- revert: feat: update escape to false
644- feat: add `checkInvert` method
645- feat: add `bootstrap-table-he-IL.js`
646- bug: update grunt to development dependency
647- bug: press on toolbar elements, the key-events it will not run
648- bug: remove bogus conditions that will always be true
649- bug: refactor filter control select input initialization
650- bug: typo in Slovak translation
651
652### 1.10.0
653
654- [bug] Fixed #1619: sub-table checkbox selects all the table.
655- [bug] Fixed icons for ability customizing.
656- [bug] Fixed #1677: paginationSwitch for server-side.
657- [bug] Fixed #1613: padding in footer.
658- [bug] Fixed #1742: showRow & hideRow param checks.
659- [bug] Fixed getItemField bug.
660- [bug] Fixed #617: server side pagination uses `this.options.searchText`.
661- [bug] Fixed class name does not apply to checkbox field bug.
662- [bug] Fixed clear function and searchFormatter option of filter-control extension.
663- [bug] Fixed year computation on cookie extension.
664- [bug] Fixed ReorderRows init when reorderable is false.
665- [bug] Fix #1660: removed PowerPoint type of export extension.
666- [enh] Added `title` attribute to pagination controls defining the page number.
667- [enh] Added `escape` option.
668- [enh] Added `searchOnEnterKey` option.
669- [enh] Added `updateFormatText` method.
670- [enh] Added a third parameter to `detailFormatter` method passing the jQuery element.
671- [enh] Added new param for `updateCell` method to avoid table reinitialization.
672- [enh] Removed outline of th.
673- [enh] Added extension.json and composer.json files.
674- [enh] Added alternative group-by extension.
675- [enh] Added sticky-header extension.
676- [enh] Added filterLocal option to filter-control extension.
677- [enh] Enabled data attributes for editable column.
678- [enh] Added IconSize option to export extension.
679- [enh] Added tooltip for filter-control toolbar button.
680
681### 1.9.1
682
683- [bug] Removed no records events.
684- [bug] Fixed cardView fieldIndex error.
685- [bug] Fixed #1130: table-condensed is not working.
686- [bug] Fixed #1482: export all server sidePagination bug(export extension).
687- [bug] Fixed #1248: IE8 does not support indexOf function.
688- [bug] Fixed #1491: (un)check event element argument missing.
689- [bug] Fixed Italian translation.
690- [bug] Unified naming of MS in type names(export extension).
691- [bug] Fixed selectPage method fails(cookie extension).
692- [bug] Add ja-JP and ms-MY translation for formatAllRows.
693- [enh] UniqueId can also be stored in a row's data property.
694- [enh] Use default settings when cookie settings don't exist(cookie extension).
695- [enh] Expand `filterBy` to accept and array of values.
696- [enh] Added `updateByUniqueId` method.
697- [doc] Added `iconSize` docs.
698
699### 1.9.0
700
701- [enh] Update bootstrap-table-cookie.js.
702- [enh] Use options for detailView's open/close icons.
703- [enh] Added `refreshOptions` and `gtHiddenColumns` method.
704- [enh] Added `datepicker` option to Filter Control.
705- [bug] Fix #936 Sort carets should not be inline-styled by JS.
706- [bug] Fix table header width bug when setting table to no bordered.
707- [bug] Fix #938, fix #940: Multiple Sort and Hide/Show column.
708- [bug] Fix #970: `click`and `dblclick` bug on no-rows table.
709- [bug] Fix #967: unselected column while column sorted display error.
710- [enh] Support title feature in cells.
711- [enh] Improved cookie, mobile extension.
712- [enh] Added group-by, angular extension.
713- [enh] Added option for setting locale.
714- [enh] Added `exportDataType` option for export extension.
715- [enh] Add fa-IR, ca-ES, es-ES, et-EE and af-ZA locales.
716- [enh] Supported complex header with `rowspan` and `colspan`.
717- [enh] Added `searchFormatter` column option.
718- [bug] Fixed ResetRow function and undefined column search bug.
719- [bug] Fixed #639: footer resizing problem.
720- [enh] Added resetSearch method to reset the search text.
721- [enh] Supported flat json.
722- [enh] Improved reorder-columns extension.
723- [enh] Added multiple-search, accent-neutralise extension.
724- [enh] Added fixed-columns extension.
725- [enh] Added `$.fn.bootstrapTable.utils` tools.
726- [enh] Added `expandRow` and `collapseRow` methods.
727- [enh] Updated `showRow`, `hideRow` and `updateCell` methods.
728- [bug] Fix #1390: radio maintainSelected bug.
729- [bug] Fix #1421: checkBy filter enabled.
730- [bug] Remove `bootstrap-table-all.js` and `bootstrap-table-all.min.js`.
731
732### 1.8.1
733
734- [enh] Accessing field name in formatter.
735- [enh] Improve function option to support string format for example formatter.
736- [enh] Added multiple sort extension.
737- [enh] Improve filter control extension.
738- [enh] Added jsdelivr CDN.
739- [bug] Fix #912: Bug when switching to card view.
740- [bug] Fix #914: extra empty toolbar div bug.
741- [bug] Fix bootstrap-table-pt-PT.js typo.
742
743### 1.8.0
744
745- [enh] Added state saving for visible columns and the ability to use extension with multiple simultaneous tables.
746- [enh] Added `ajax` option to replace jquery ajax method.
747- [enh] Added `resetWidth` method to reset header and footer width.
748- [enh] Added key-events, mobile, filter-control, reorder-columns, reorder-rows, resizable, natural-sorting, toolbar extensions, and update the extensions name.
749- [enh] Added `onToggle`, `onCheckSome` and `onUncheckSome` events.
750- [enh] Added `getScrollPosition`, `removeAll`, `removeByUniqueId` methods.
751- [bug] Fix double header bug after table show from hidden.
752- [bug] Fix #279: scrollWidth bug.
753- [enh] `getData` method support to get the current page data.
754- [enh] Added 'getAllSelections' method to get checked rows across all pages.
755- [enh] Added `ro-RO` locale.
756- [enh] Added `table-no-bordered` class to remove table-bordered style.
757- [enh] Added `bootstrap-table-all.js` and `bootstrap-table-locale-all.js` files to dist.
758- [enh] Added detail view feature.
759- [enh] Added `updateCell` method.
760- [enh] Added `onClickCell` and `onDblClickCell` events.
761- [bug] Fix #672: Column Fixed Width in Percentage bug.
762- [bug] Fix row state field value bug when there are disabled rows.
763- [bug] Fix #762: save data-* attributes of tr.
764- [bug] Fix #823, #850: break rowspan bug, data-attribute bug.
765
766### 1.7.0
767
768- [enh] Add `showFooter`, `keyEvents`, `searchText` and `uniqueId` options.
769- [enh] Add `cardVisible` column options.
770- [enh] Add `checkBy` and `uncheckBy`, `showRow` and `hideRow` and `getRowsHidden` methods.
771- [enh] Add nb-NO, ar-SA, es-MX, ka-GE locales.
772- [enh] Add cookie, resizable, natural-sorting, toolbar extensions.
773- [enh] Add exportOptions to export extension.
774- [enh] Fix #263: prepend method support object and array.
775- [enh] Card View support checkbox and radio.
776- [bug] Fix Card View events bug.
777- [enh] Keep all `data-*` attributes when transform from normal table.
778- [enh] Load method support fixedScroll param.
779- [enh] Added 'all' option in pagination.
780- [enh] Added pagination detail align.
781
782### 1.6.0
783
784- [bug] Fix queryParams bug when use `sidePagination='server'`.
785- [enh] Add uk-UA, sv-SE, pt-PT, ms-MY, ja-JP locales.
786- [enh] Add `searchTimeOut` option.
787- [bug] Fix #220: state column hideColumn bug.
788- [bug] Fix #221: cellStyle bug.
789- [enh] Add `iconsPrefix` and `icons` options to support custom icons.
790- [enh] Add i18n support for docs.
791- [enh] Allow `query` params to be specified during refresh.
792- [bug] Fix bug of ellipsis string.
793- [bug] Fix pageList smartDisplay.
794- [bug] Fix #188: Export Button is not shown only use `showExport=true`.
795- [bug] Fix page-change event params bug.
796- [enh] Add limit and offset params only if pagination is activated.
797- [enh] Add `ajaxOptions` option to custom $.ajax options.
798- [enh] Add a toggle pagination toolbar button.
799- [enh] Add `iconSize` option.
800- [enh] Add `buttonsAlign` option and update `toolbarAlign` option.
801- [enh] Add `prepend`, `insertRow` and `toggleView` methods.
802- [enh] Add `editable-save.bs.table` event to editable extension.
803- [enh] #431: load method support pagination.
804
805### 1.5.0
806
807- [bug] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
808- [bug] Fix IE browser display header bug when use `mergeCells` method.
809- [bug] Fix #269: array as row bug.
810- [bug] Fix #314: `rowStyle` bug.
811- [enh] Add de-DE, hu-HU, sk-SK locales.
812- [enh] Fix #261: add namespace to `.table` style.
813- [bug] Fix #160, #323: operate events don't work in card view.
814- [enh] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
815- [enh] Add `onPreBody` and `onPostBody` events.
816- [enh] Add `searchable` column option.
817- [enh] Fix #59: support load multiple locale files.
818- [enh] Modify the scope of the column events.
819- [enh] Improve editable extension.
820
821### 1.4.0
822
823- [enh] Fix #119, #123: Save all `id` and `class` of `tr` and `td` for html table.
824- [enh] Fix #149: Hide empty data on Card view.
825- [enh] Fix #131: Add `onPageChange` event.
826- [enh] Add `onSearch` event.
827- [enh] Apply `width` column option to row style.
828- [enh] Add bootstrap-table-filter extension.
829- [enh] Add cs-CZ, es-CR, es-NI, pl-PL, ur-PK, ko-KR, th-TH locales.
830- [bug] Fix `minimumCountColumns` option init error.
831- [bug] Fix #161: `undefined` or `null` string sort bug.
832- [bug] Fix #171: IE disabled button can be clicked bug.
833- [bug] Fix #185: Reset the page to the first page when changing the url with `refresh` method.
834- [bug] Fix #202: updateRow method keep the scroll position.
835- [enh] Add `smartDisplay` option.
836- [enh] Add `searchAlign` and `toolbarAlign` options.
837- [enh] Fix #193: Add `dataType` option.
838- [enh] Add flatJSON and editable extensions.
839- [enh] Add `rowAttributes` option.
840- [enh] Update documentation.
841
842### 1.3.0
843
844- [enh] Take `showHeader` option effect to the card view.
845- [enh] Rename and update locale files.
846- [bug] Fix #102: Wrong `options.columns` initialization.
847- [enh] Fix #121: Add extensions for bootstrap table.
848- [bug] Fix #138: IE8 search data and remove method error.
849- [bug] Fix bug: sorter and check all do not work in some case.
850- [enh] Add `bootstrap-table-nl-NL.js` and `bootstrap-table-el-GR.js`.
851- [enh] Support search without data-field set, trim search input.
852- [enh] Fix #81: Allow the `class` to be applied to the radio or checkbox row.
853- [bug] Fix #135, #142: Search use formatted data.
854- [enh] Verify search text before send queryParams.
855- [bug] Fix #148: column events support namespace.
856- [enh] Support to disable radio or checkbox column by formatter.
857
858### 1.2.4
859
860- [enh] Fix #23: Add css and classes parameters to column cell.
861- [enh] Fix #64: Add support for change remote url.
862- [enh] Fix #112: update the `refresh` method.
863- [bug] Fix #113: Using radio type and cardView error.
864- [enh] Fix #117: Add `updateRow` method.
865- [enh] Fix #96, #103: apply `class` option to td elements.
866- [enh] Fix #97: add `sortable` class to header cells instead of `cursor: pointer`.
867- [enh] Fix #124: change `queryParams` and `queryParamsType` default option.
868- [enh] Remove the `eval` method.
869- [enh] Add `bootstrap-table-it-IT.js` locale.
870
871### 1.2.3
872
873- [bug] Fix the selected row class reset after toggle column bug.
874- [bug] Fix #86: invisible column are still searchable.
875- [bug] Fix search result error when toggle column display.
876- [enh] Add `clickToSelect` to columns.
877- [bug] Fix click-row event bug.
878- [enh] When field is undefined, use index instead.
879- [enh] Add `cache` option for AJAX calls.
880- [enh] Improve zh-TW translation.
881- [enh] #82: Add `getData` method.
882- [enh] #82: Add `remove` method.
883
884### 1.2.2
885
886- Fix #68: Add `showColumn`/`hideColumn` methods.
887- Fix #69: Add `bootstrap-table-es_AR.js` locale.
888- Fix #88: Add `bootstrap-table-fr_BE.js` locale.
889- Fix #85: Select row and add row class.
890- Add `halign` column option.
891
892### 1.2.1
893
894- Fix #56: Pagination issue in bootstrap 2.3.
895- Fix #76: After refreshing table data, search no longer works.
896- Fix #77: After searching and then clearing the search field, table is no longer sortable.
897- Add `sortable` option, `false` to disable sortable of all columns.
898- Support localization for docs.
899
900### 1.2.0
901
902- Fix bootstrap 2 table border bug.
903- Fix loading and not found record display bug.
904- Rename `minimumCountColumns`.
905- Fix sort order bug.
906
907### 1.1.5
908
909- Fix the bottom border bug on Chrome.
910- Add horizontal scroll for support.
911- Fix scroll header width error.
912- Add `showRefresh` and `showToggle` options.
913
914### 1.1.4
915
916- Fix `destroy` method bug.
917- Initialize table data from HTML.
918- Fix the hidden table reset header bug.
919
920### 1.1.3
921
922- Add `events` column option.
923- Add `checkboxHeader` option.
924- Add `queryParamsType` option.
925- Fix ie class bug, and fix duplicated data error.
926
927### 1.1.2
928
929- Add switchable column option.
930- Add `data-toggle` attribute.
931- Add support for number search.
932- Use html function instead of text in header th.
933
934### 1.1.1
935
936- Remove `bootstrapVersion` option.
937- Add `data-page-list` attribute.
938- Fix search data error.
939- Non case sensitive search in client side.
940- Added support for Danish translation.
941
942### 1.1.0
943
944- Fix old firefox browser display error.
945- Add minimumCountColumns option.
946- Update the table body header implementation and resetView method.
947- Remove bootstrapVersion option.
948- Fix search data error.
949
950### 1.0.6
951
952- Add jQuery events.
953- Add `onDblClickRow` event and `onAll` event.
954- Add `singleSelect` option.
955- Search improve: add a timeout and trigger the search event when the text has changed to improve the search.
956- Scroll to top after data loaded.
957- Add `toolbar` option.
958- Add `rowStyle` option.
959- Add `bootstrapVersion` option.
960
961### 1.0.5
962
963- Update the pagination list position.
964- Update `queryParams` option.
965- Add `contentType` and `onBeforeLoad` options.
966- Add server side pagination(`pageSize, pageNumber, searchText, sortName, sortOrder`).
967- Add `COLUMN_DEFAULTS`.
968- Add `refresh` method.
969- Add `index` argument in `formatter` function.
970- Update card view display.
971
972### 1.0.4
973
974- Add `showLoading` and `hideLoading` methods.
975- Add `onLoadSuccess` and `onLoadError` events.
976- Add `clickToSelect` option.
977- Add `cardView` option.
978- Add loading with `formatLoadingMessage` function.
979- Add `idField` option.
980
981### 1.0.3
982
983- Update fixed headers.
984- Add zh-TW locale file.
985- Add `showColumns` option and `visible` column option.
986- Update `hideHeader` option to `showHeader`.
987- Add `formatNoMatches` locale function.
988- Add table events.
989
990### 1.0.2
991
992- Add i18n support.
993- Add `selectItemName` option.
994- Update the `pageList` default.
995- Add `search` option.
996- Add `destroy` method.
997- Add page list support.
998
999### 1.0.1
1000
1001- Add `pagination` support.
1002
1003### 1.0.0
1004
1005- Initial release