index.html 87 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <meta name="description" content="News and announcements for all things Bootstrap Table, including new releases.">
  7. <meta name="author" content="Zhixin Wen, and Bootstrap Table contributors">
  8. <meta name="generator" content="Jekyll v3.8.7">
  9. <meta name="keywords" content="bootstrap,table,pagination,checkbox,radio,datatables,css,css-framework,semantic,semantic-ui,bulma,material,material-design,materialize,foundation">
  10. <meta name="docsearch:language" content="en">
  11. <title>News · Bootstrap Table</title>
  12. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"><!-- Documentation extras -->
  13. <link rel="stylesheet" href="/assets/css/docs.min.css">
  14. <link rel="stylesheet" href="/assets/css/style.css?m=9">
  15. <!-- Favicons -->
  16. <link rel="icon" href="/favicon.png">
  17. <script type="text/javascript">
  18. if (window !== top) // 判断当前的 window 对象是否是 top 对象
  19. top.location.href = window.location.href // 如果不是,将 top 对象的网址自动导向被嵌入网页的网址
  20. </script>
  21. </head>
  22. <body>
  23. <a class="skippy sr-only sr-only-focusable" href="#content">
  24. <span class="skippy-text">Skip to main content</span>
  25. </a>
  26. <header class="navbar navbar-expand navbar-dark flex-column flex-md-row bd-navbar">
  27. <a class="navbar-brand mr-0 mr-md-2" href="/" aria-label="Bootstrap">
  28. <img src="/favicon.png" width="36" height="36">
  29. </a>
  30. <div class="navbar-nav-scroll">
  31. <ul class="navbar-nav bd-navbar-nav flex-row">
  32. <li class="nav-item">
  33. <a class="nav-link "
  34. href="/">Home</a>
  35. </li>
  36. <li class="nav-item">
  37. <a class="nav-link "
  38. href="/docs/getting-started/introduction/">
  39. Documentation
  40. </a>
  41. </li>
  42. <li class="nav-item ">
  43. <a class="nav-link" href="/themes">
  44. Themes
  45. </a>
  46. </li>
  47. <li class="nav-item">
  48. <a class="nav-link "
  49. href="https://examples.bootstrap-table.com">
  50. Examples
  51. </a>
  52. </li>
  53. <li class="nav-item">
  54. <a class="nav-link"
  55. href="https://live.bootstrap-table.com"
  56. target="_blank">
  57. Online Editor
  58. </a>
  59. </li>
  60. <li class="nav-item active">
  61. <a class="nav-link" href="/news">
  62. News
  63. </a>
  64. </li>
  65. <li class="nav-item">
  66. <a class="nav-link"
  67. href="https://blog.bootstrap-table.com"
  68. target="_blank">
  69. Blog
  70. </a>
  71. </li>
  72. </ul>
  73. </div>
  74. <ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex">
  75. <li class="nav-item dropdown">
  76. <a class="nav-item nav-link dropdown-toggle mr-md-2" href="#" id="bd-versions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  77. v1.23.5
  78. </a>
  79. <div class="dropdown-menu dropdown-menu-md-right" aria-labelledby="bd-versions">
  80. <a class="dropdown-item active" href="/">Latest (1.23.5)</a>
  81. <a class="dropdown-item" href="http://bootstrap-table.com/versions/1.21.4/" target="_blank">v1.21.4</a>
  82. <a class="dropdown-item" href="http://bootstrap-table.com/versions/1.20.2/" target="_blank">v1.20.2</a>
  83. <a class="dropdown-item" href="http://bootstrap-table.com/versions/1.19.1/" target="_blank">v1.19.1</a>
  84. <a class="dropdown-item" href="http://bootstrap-table.com/versions/1.18.3/" target="_blank">v1.18.3</a>
  85. <a class="dropdown-item" href="http://bootstrap-table.com/versions/1.17.1/" target="_blank">v1.17.1</a>
  86. <a class="dropdown-item" href="http://bootstrap-table.com/versions/1.16.0/" target="_blank">v1.16.0</a>
  87. <a class="dropdown-item" href="http://bootstrap-table.com/versions/1.15.5/" target="_blank">v1.15.5</a>
  88. </div>
  89. </li>
  90. <li class="nav-item">
  91. <a class="nav-link p-2" href="https://github.com/wenzhixin/bootstrap-table" target="_blank" rel="noopener" aria-label="GitHub"><svg class="navbar-nav-svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 499.36" focusable="false" role="img"><path d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z" fill="currentColor" fill-rule="evenodd"/></svg>
  92. </a>
  93. </li>
  94. <li class="nav-item">
  95. <a class="nav-link p-2" href="https://twitter.com/wenzhixin2010" target="_blank" rel="noopener" aria-label="Twitter"><svg class="navbar-nav-svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 416.32" focusable="false" role="img"><path d="M160.83 416.32c193.2 0 298.92-160.22 298.92-298.92 0-4.51 0-9-.2-13.52A214 214 0 0 0 512 49.38a212.93 212.93 0 0 1-60.44 16.6 105.7 105.7 0 0 0 46.3-58.19 209 209 0 0 1-66.79 25.37 105.09 105.09 0 0 0-181.73 71.91 116.12 116.12 0 0 0 2.66 24c-87.28-4.3-164.73-46.3-216.56-109.82A105.48 105.48 0 0 0 68 159.6a106.27 106.27 0 0 1-47.53-13.11v1.43a105.28 105.28 0 0 0 84.21 103.06 105.67 105.67 0 0 1-47.33 1.84 105.06 105.06 0 0 0 98.14 72.94A210.72 210.72 0 0 1 25 370.84a202.17 202.17 0 0 1-25-1.43 298.85 298.85 0 0 0 160.83 46.92" fill="currentColor"/></svg>
  96. </a>
  97. </li>
  98. <li class="nav-item">
  99. <a class="nav-link p-2" href="https://opencollective.com/bootstrap-table" target="_blank" rel="noopener" aria-label="Open Collective"><svg class="navbar-nav-svg" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 40 41" focusable="false" role="img" fill="currentColor" fill-rule="evenodd"><title>Open Collective</title><path d="M32.8 21c0 2.4-.8 4.9-2 6.9l5.1 5.1c2.5-3.4 4.1-7.6 4.1-12 0-4.6-1.6-8.8-4-12.2L30.7 14c1.2 2 2 4.3 2 7z" fill-opacity=".4"/><path d="M20 33.7a12.8 12.8 0 0 1 0-25.6c2.6 0 5 .7 7 2.1L32 5a20 20 0 1 0 .1 31.9l-5-5.2a13 13 0 0 1-7 2z"/></svg>
  100. </a>
  101. </li>
  102. </ul>
  103. <a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3"
  104. href="/docs/getting-started/download/">Download</a>
  105. </header>
  106. <header class="d-flex flex-column flex-md-row align-items-md-center p-5 bg-light ">
  107. <div class="pt-md-3 pb-md-4">
  108. <h1 class="bd-title mt-0">News</h1>
  109. <p class="bd-lead">News and announcements for all things Bootstrap Table, including new releases.</p>
  110. </div><div id="gg"></div>
  111. </header>
  112. <main class="bd-content p-5" id="content" role="main">
  113. <h2 id="bootstrap-table-1235">Bootstrap Table 1.23.5</h2>
  114. <p><span class="post-date">1 Oct 2024</span></p>
  115. <h2 id="bootstrap-table-1234">Bootstrap Table 1.23.4</h2>
  116. <p><span class="post-date">20 Sep 2024</span></p>
  117. <h2 id="bootstrap-table-1233">Bootstrap Table 1.23.3</h2>
  118. <p><span class="post-date">20 Sep 2024</span></p>
  119. <h2 id="bootstrap-table-1232">Bootstrap Table 1.23.2</h2>
  120. <p><span class="post-date">27 Jul 2024</span></p>
  121. <h2 id="bootstrap-table-1231">Bootstrap Table 1.23.1</h2>
  122. <p><span class="post-date">13 Jul 2024</span></p>
  123. <h2 id="bootstrap-table-1230">Bootstrap Table 1.23.0</h2>
  124. <p><span class="post-date">30 Jun 2024</span></p>
  125. <h4 id="core">Core</h4>
  126. <ul>
  127. <li><strong>New:</strong> Add support for vue3 instead of vue2.</li>
  128. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">getData</code> with <code class="highlighter-rouge">formatted</code> data bug when a column is missing.</li>
  129. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">toggleColumn</code> exception when the field does not exist.</li>
  130. <li><strong>Update:</strong> Fixed vue component init twice when options and columns both changed.</li>
  131. </ul>
  132. <h4 id="extensions">Extensions</h4>
  133. <ul>
  134. <li><strong>New(addrbar):</strong> Added <code class="highlighter-rouge">addrCustomParams</code> option for custom parameters.</li>
  135. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">filterControlSearchClear</code> option to stop clearing the filters when using <code class="highlighter-rouge">showSearchButton</code> option.</li>
  136. <li><strong>Update(filter-control):</strong> Fixed error with clear filters button when not enabled cookie extension.</li>
  137. <li><strong>Update(filter-control):</strong> Fixed bug with enabled cookie extension using <code class="highlighter-rouge">localStorage</code>.</li>
  138. <li><strong>Update(multiple-sort):</strong> Fixed not trigger event bug when using server-side pagination.</li>
  139. </ul>
  140. <h2 id="bootstrap-table-1226">Bootstrap Table 1.22.6</h2>
  141. <p><span class="post-date">15 May 2024</span></p>
  142. <h4 id="extensions-1">Extensions</h4>
  143. <ul>
  144. <li><strong>Update(cookie):</strong> Fixed cookie does not work bug with pagination ALL list.</li>
  145. <li><strong>Update(editable):</strong> Fixed the <code class="highlighter-rouge">formatter</code> function does not include the <code class="highlighter-rouge">field</code> parameter bug.</li>
  146. <li><strong>Update(toolbar):</strong> Fixed toolbar display bug when using an HTML title.</li>
  147. <li><strong>Update(toolbar):</strong> Fixed toolbar does not update bug when column visible updated.</li>
  148. <li><strong>Update(toolbar):</strong> Fixed toolbar does not update bug when the locale is changed.</li>
  149. </ul>
  150. <h2 id="bootstrap-table-1225">Bootstrap Table 1.22.5</h2>
  151. <p><span class="post-date">29 Apr 2024</span></p>
  152. <h4 id="core-1">Core</h4>
  153. <ul>
  154. <li><strong>New:</strong> Added <code class="highlighter-rouge">sl-SI</code> locales.</li>
  155. <li><strong>New:</strong> Added support for HTML to the <code class="highlighter-rouge">updateColumnTitle</code> method.</li>
  156. <li><strong>Update:</strong> Fixed the <code class="highlighter-rouge">getRowByUniqueId</code> bug when <code class="highlighter-rouge">uniqueId</code> is of mixed data formats.</li>
  157. <li><strong>Update:</strong> Fixed not triggering <code class="highlighter-rouge">sort</code> event bug using server-side pagination.</li>
  158. <li><strong>Update:</strong> Fixed custom <code class="highlighter-rouge">iconPrefix</code> and <code class="highlighter-rouge">icons</code> bugs.</li>
  159. <li><strong>Update:</strong> Fixed virtual scroll cannot work bug in modal.</li>
  160. </ul>
  161. <h4 id="extensions-2">Extensions</h4>
  162. <ul>
  163. <li><strong>Update(multiple-sort):</strong> Fixed the duplicated ID bug in the multiple-sort extension.</li>
  164. </ul>
  165. <h2 id="bootstrap-table-1224">Bootstrap Table 1.22.4</h2>
  166. <p><span class="post-date">26 Mar 2024</span></p>
  167. <h4 id="core-2">Core</h4>
  168. <ul>
  169. <li><strong>New:</strong> Added <code class="highlighter-rouge">paginationLoadMore</code> option.</li>
  170. <li><strong>Update:</strong> Fixed change visibility of multiple headers with the same index.</li>
  171. <li><strong>Update:</strong> Fixed footer height bug when setting <code class="highlighter-rouge">table-sm</code>.</li>
  172. <li><strong>Update:</strong> Fixed the <code class="highlighter-rouge">locale</code> not changed bug using the <code class="highlighter-rouge">refreshOptions</code> method.</li>
  173. <li><strong>Update:</strong> Fixed custom iconPrefix and icons bugs.</li>
  174. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">vi-VN</code>, <code class="highlighter-rouge">zh-CN</code> and <code class="highlighter-rouge">zh-TW</code> locales.</li>
  175. </ul>
  176. <h4 id="extensions-3">Extensions</h4>
  177. <ul>
  178. <li><strong>New(copy-rows):</strong> Added <code class="highlighter-rouge">copyRowsHandler</code> option to handle the copy rows data.</li>
  179. <li><strong>New(print):</strong> Added <code class="highlighter-rouge">printStyles</code> option.</li>
  180. <li><strong>Update(export):</strong> Updated the trigger timing for export-started.</li>
  181. <li><strong>Update(multiple-sort):</strong> Fixed the missing parameters error of the <code class="highlighter-rouge">sorter</code> function.</li>
  182. <li><strong>Update(pipeline):</strong> Fixed loading message not display bug.</li>
  183. </ul>
  184. <h2 id="bootstrap-table-1223">Bootstrap Table 1.22.3</h2>
  185. <p><span class="post-date">27 Feb 2024</span></p>
  186. <h4 id="core-3">Core</h4>
  187. <ul>
  188. <li><strong>New:</strong> Added <code class="highlighter-rouge">fixedScroll</code> option.</li>
  189. <li><strong>New:</strong> Added support for setting icons automatically by <code class="highlighter-rouge">iconsPrefix</code>.</li>
  190. <li><strong>Update:</strong> Fixed search bug when the field has <code class="highlighter-rouge">.</code> character.</li>
  191. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">tr-TR</code>, <code class="highlighter-rouge">es-ES</code>, <code class="highlighter-rouge">pt-BR</code> and <code class="highlighter-rouge">pt-PT</code> locales.</li>
  192. </ul>
  193. <h4 id="extensions-4">Extensions</h4>
  194. <ul>
  195. <li><strong>New(addrbar):</strong> Fixed addrbar bug when using <code class="highlighter-rouge">sortReset</code> option.</li>
  196. <li><strong>Update(jump-to):</strong> Fixed page jump to bug when using both pagination display.</li>
  197. <li><strong>Update(print):</strong> Fixed print bug when field is not set.</li>
  198. </ul>
  199. <h2 id="bootstrap-table-1222">Bootstrap Table 1.22.2</h2>
  200. <p><span class="post-date">11 Jan 2024</span></p>
  201. <h4 id="core-4">Core</h4>
  202. <ul>
  203. <li><strong>New:</strong> Added <code class="highlighter-rouge">footerStyle</code> column option.</li>
  204. <li><strong>Update:</strong> Fixed empty style in header and footer bug.</li>
  205. <li><strong>Update:</strong> Fixed the trigger order of <code class="highlighter-rouge">sort</code> event.</li>
  206. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">ar-SA</code> locale.</li>
  207. </ul>
  208. <h4 id="extensions-5">Extensions</h4>
  209. <ul>
  210. <li><strong>New(cookie):</strong> Added cookie support for custom view extension.</li>
  211. <li><strong>Update(cookie):</strong> Fixed cookie bug when using <code class="highlighter-rouge">cardView</code> option.</li>
  212. <li><strong>Update(cookie):</strong> Fixed cookie bug with column switchable.</li>
  213. <li><strong>Update(editable):</strong> Fixed <code class="highlighter-rouge">export-saved</code> event error when <code class="highlighter-rouge">exportDataType</code> is <code class="highlighter-rouge">all</code>.</li>
  214. <li><strong>Update(filter-control):</strong> Fixed <code class="highlighter-rouge">searchAccentNeutralise</code> option not work.</li>
  215. <li><strong>Update(filter-control):</strong> Fixed <code class="highlighter-rouge">filterOrderBy</code> not work bug for select.</li>
  216. <li><strong>Update(group-by):</strong> Fixed group by bug when using <code class="highlighter-rouge">singleSelect</code> option.</li>
  217. <li><strong>Update(reorder-rows):</strong> Fixed reorder bug when using pagination.</li>
  218. </ul>
  219. <h4 id="documentation">Documentation</h4>
  220. <ul>
  221. <li><strong>Update:</strong> Improved the parameter of <code class="highlighter-rouge">updateCellByUniqueId</code> method.</li>
  222. <li><strong>Update:</strong> Improved the print docs.</li>
  223. </ul>
  224. <h2 id="bootstrap-table-1221">Bootstrap Table 1.22.1</h2>
  225. <p><span class="post-date">6 Jul 2023</span></p>
  226. <h4 id="core-5">Core</h4>
  227. <ul>
  228. <li><strong>Update:</strong> Fixed maximum call stack size exceeded error.</li>
  229. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">ca-ES</code> locale.</li>
  230. </ul>
  231. <h2 id="bootstrap-table-1220">Bootstrap Table 1.22.0</h2>
  232. <p><span class="post-date">16 Jun 2023</span></p>
  233. <h4 id="core-6">Core</h4>
  234. <ul>
  235. <li><strong>New:</strong> Added <code class="highlighter-rouge">sortBy</code> method.</li>
  236. <li><strong>New:</strong> Added <code class="highlighter-rouge">switchableLabel</code> column option.</li>
  237. <li><strong>New:</strong> Added support for <code class="highlighter-rouge">class</code> attribute in toolbar buttons.</li>
  238. <li><strong>Update:</strong> Removed title from columns button.</li>
  239. </ul>
  240. <h4 id="extensions-6">Extensions</h4>
  241. <ul>
  242. <li><strong>Update(addrbar):</strong> Fixed clear search bug when clicking clearSearch button.</li>
  243. <li><strong>Update(filter-control):</strong> Fixed pagination server side not working bug.</li>
  244. </ul>
  245. <h2 id="bootstrap-table-1214">Bootstrap Table 1.21.4</h2>
  246. <p><span class="post-date">1 Apr 2023</span></p>
  247. <h4 id="core-7">Core</h4>
  248. <ul>
  249. <li><strong>New:</strong> Added searchable table option to enable sending searchable (columns) parameters.</li>
  250. <li><strong>Update:</strong> Fixed Maximum call stack size exceeded error.</li>
  251. <li><strong>Update:</strong> Fixed getData bug with hidden rows.</li>
  252. <li><strong>Update:</strong> Added support for <code class="highlighter-rouge">select</code> form to the <code class="highlighter-rouge">searchSelector</code> option.</li>
  253. </ul>
  254. <h4 id="extensions-7">Extensions</h4>
  255. <ul>
  256. <li><strong>Update(filter-control):</strong> Fixed inputs losing their content when using nested attributes.</li>
  257. <li><strong>Update(reorder-rows):</strong> Fixed reorder row bug when side-pagination is server.</li>
  258. </ul>
  259. <h2 id="bootstrap-table-1213">Bootstrap Table 1.21.3</h2>
  260. <p><span class="post-date">4 Mar 2023</span></p>
  261. <h4 id="core-8">Core</h4>
  262. <ul>
  263. <li><strong>New:</strong> Added <code class="highlighter-rouge">escapeTitle</code> table option.</li>
  264. <li><strong>New:</strong> Added Aria Label to the search input for screen readers.</li>
  265. <li><strong>New:</strong> Persist data attributes for the header(<code class="highlighter-rouge">th</code>).</li>
  266. <li><strong>Update:</strong> Fixed wrong condition for searching with server-side pagination.</li>
  267. <li><strong>Update:</strong> Fixed overwriting the <code class="highlighter-rouge">filterOptions</code> after rebuild.</li>
  268. <li><strong>Update:</strong> Fixed apostrophe issue when table via <code class="highlighter-rouge">html</code>.</li>
  269. <li><strong>Update:</strong> Updated extend util instead of <code class="highlighter-rouge">$.extend</code>.</li>
  270. <li><strong>Update:</strong> Updated Constructor.EVENTS to events.</li>
  271. <li><strong>Update:</strong> Updated packages to the latest version.</li>
  272. </ul>
  273. <h4 id="extensions-8">Extensions</h4>
  274. <ul>
  275. <li><strong>Update(cookie):</strong> Fixed issue with hidden and radio/checkbox columns.</li>
  276. <li><strong>Update(export):</strong> Fixed <code class="highlighter-rouge">exportTypes</code> option not working bug.</li>
  277. <li><strong>Update(filter-control):</strong> Fixed selector scope issues with multiple tables.</li>
  278. <li><strong>Update(filter-control):</strong> Fixed filtering values issue of select with <code class="highlighter-rouge">html</code> value.</li>
  279. <li><strong>Update(reorder-columns):</strong> Fixed same internal function name with <code class="highlighter-rouge">reorder-rows</code>.</li>
  280. <li><strong>Update(treegrid):</strong> Fixed <code class="highlighter-rouge">treegrid</code> not working when id is text.</li>
  281. </ul>
  282. <h2 id="bootstrap-table-1212">Bootstrap Table 1.21.2</h2>
  283. <p><span class="post-date">12 Dec 2022</span></p>
  284. <h4 id="core-9">Core</h4>
  285. <ul>
  286. <li><strong>New:</strong> Added <code class="highlighter-rouge">sortResetPage</code> option to reset the page number when sorting.</li>
  287. <li><strong>Update:</strong> Fixed overwrite default option bug.</li>
  288. <li><strong>Update:</strong> Updated es-ES, es-CR locale.</li>
  289. <li><strong>Update:</strong> Improved scss style and lint.</li>
  290. <li><strong>Update:</strong> Used scss vars for sorting background image URLs.</li>
  291. </ul>
  292. <h4 id="extensions-9">Extensions</h4>
  293. <ul>
  294. <li><strong>New(custom-view):</strong> Added <code class="highlighter-rouge">onToggleCustomView</code> event.</li>
  295. <li><strong>Update(cookie):</strong> Fixed cookie name compare bug on using <code class="highlighter-rouge">cookiesEnabled</code> option.</li>
  296. <li><strong>Update(custom-view):</strong> Fixed <code class="highlighter-rouge">showCustomView</code> option cannot work.</li>
  297. <li><strong>Update(filter-control):</strong> Fixed bug while using a select filter and set <code class="highlighter-rouge">searchFormatter</code> to false.</li>
  298. <li><strong>Update(filter-control):</strong> Fixed missing class when specifying <code class="highlighter-rouge">iconSize</code>.</li>
  299. <li><strong>Update(reorder-rows):</strong> Updated default value to <code class="highlighter-rouge">reorder-rows-on-drag-class</code> of <code class="highlighter-rouge">onDragClass</code> option.</li>
  300. </ul>
  301. <h2 id="bootstrap-table-1211">Bootstrap Table 1.21.1</h2>
  302. <p><span class="post-date">22 Sep 2022</span></p>
  303. <h4 id="core-10">Core</h4>
  304. <ul>
  305. <li><strong>Update:</strong> Improved <code class="highlighter-rouge">updateCell</code> to update one HTML cell only.</li>
  306. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">fr-FR</code> locale.</li>
  307. <li><strong>Update:</strong> Added missing locales for aria-label.</li>
  308. </ul>
  309. <h4 id="extensions-10">Extensions</h4>
  310. <ul>
  311. <li><strong>Update(export):</strong> Added missing locales for aria-label.</li>
  312. </ul>
  313. <h2 id="bootstrap-table-1210">Bootstrap Table 1.21.0</h2>
  314. <p><span class="post-date">20 Aug 2022</span></p>
  315. <h4 id="core-11">Core</h4>
  316. <ul>
  317. <li><strong>New:</strong> Added <code class="highlighter-rouge">sortEmptyLast</code> option to allow sorting empty data.</li>
  318. <li><strong>Update:</strong> Fixed bug on nested search with null child.</li>
  319. <li><strong>Update:</strong> Fixed detail view with filter click error.</li>
  320. <li><strong>Update:</strong> Fixed header does not center correctly for the sortable column.</li>
  321. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">regexpCompare</code> bug when filtering columns.</li>
  322. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">showToggle</code> title display error.</li>
  323. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">remove</code> and <code class="highlighter-rouge">removeByUniqueId</code> using object param bug.</li>
  324. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">searchHighlight</code> bug while using <code class="highlighter-rouge">searchAccentNeutralise</code>.</li>
  325. <li><strong>Update:</strong> Fixed missing sort for <code class="highlighter-rouge">customSearch</code> option.</li>
  326. <li><strong>Update:</strong> Removed duplicated escaping of the column value.</li>
  327. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">uk-UA</code> locale.</li>
  328. </ul>
  329. <h4 id="extensions-11">Extensions</h4>
  330. <ul>
  331. <li><strong>New(cookie):</strong> : Added <code class="highlighter-rouge">hiddenColumns</code> cookie to prevent issues with new added columns.</li>
  332. <li><strong>New(editable):</strong> Added <code class="highlighter-rouge">field</code> param to <code class="highlighter-rouge">noEditFormatter</code> option.</li>
  333. <li><strong>New(export):</strong> Added <code class="highlighter-rouge">onExportStarted</code> event.</li>
  334. <li><strong>New(filter-control):</strong> Added accent normalization check.</li>
  335. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">filterControlMultipleSearch</code> and <code class="highlighter-rouge">filterControlMultipleSearchDelimiter</code> options.</li>
  336. <li><strong>Update(custom-by):</strong> Fixed the custom view attributes.</li>
  337. <li><strong>Update(group-by):</strong> Fixed not handle complex objects bug.</li>
  338. <li><strong>Update(filter-control):</strong> Fixed select values not clear bug after search.</li>
  339. <li><strong>Update(filter-control):</strong> Fixed the select sorting error.</li>
  340. <li><strong>Update(filter-control):</strong> Fixed wrong selector for caching values with multiple tables.</li>
  341. <li><strong>Update(filter-control):</strong> Fixed the <code class="highlighter-rouge">filterDefault</code> option bug as filter if multiple filters exists.</li>
  342. <li><strong>Update(filter-control):</strong> Fixed filter control special char.</li>
  343. <li><strong>Update(filter-control):</strong> Updated default value to false of <code class="highlighter-rouge">filterStrictSearch</code>.</li>
  344. <li><strong>Update(filter-control):</strong> Supported not visible columns when using <code class="highlighter-rouge">filterControlContainer</code> option.</li>
  345. <li><strong>Update(multiple-sort):</strong> Fixed <code class="highlighter-rouge">showMultiSortButton</code> option bug.</li>
  346. <li><strong>Update(print):</strong> Fixed not handle complex objects bug.</li>
  347. <li><strong>Update(print):</strong> Removed switched-off columns from printed table.</li>
  348. </ul>
  349. <h2 id="bootstrap-table-1202">Bootstrap Table 1.20.2</h2>
  350. <p><span class="post-date">25 May 2022</span></p>
  351. <h4 id="core-12">Core</h4>
  352. <ul>
  353. <li><strong>Update:</strong> Fixed small memory leak.</li>
  354. <li><strong>Update:</strong> Fixed the detail view bug with the <code class="highlighter-rouge">td</code> instead of <code class="highlighter-rouge">icon</code>.</li>
  355. </ul>
  356. <h4 id="extensions-12">Extensions</h4>
  357. <ul>
  358. <li><strong>Update(export):</strong> Fixed XSS vulnerability bug by onCellHtmlData.</li>
  359. <li><strong>Update(export):</strong> Fixed export footer bug without setting height.</li>
  360. <li><strong>Update(filter-control):</strong> Fixed the comparison of dates when using the <code class="highlighter-rouge">datepicker</code>.</li>
  361. </ul>
  362. <h2 id="bootstrap-table-1201">Bootstrap Table 1.20.1</h2>
  363. <p><span class="post-date">12 May 2022</span></p>
  364. <h4 id="core-13">Core</h4>
  365. <ul>
  366. <li><strong>Update:</strong> Fixed toggle column bug with complex headers.</li>
  367. <li><strong>Update:</strong> Fixed icons option cannot work bug when it’s a string.</li>
  368. <li><strong>Update:</strong> Updated TypeScript definitions.</li>
  369. </ul>
  370. <h4 id="extensions-13">Extensions</h4>
  371. <ul>
  372. <li><strong>Update(cookie):</strong> Fixed cookie extension error with multiple-sort.</li>
  373. <li><strong>Update(export):</strong> Fixed the <code class="highlighter-rouge">exportOptions</code> option cannot support the data attribute.</li>
  374. <li><strong>Update(reorder-rows):</strong> Fixed reorder-rows cannot work because of missing default functions.</li>
  375. </ul>
  376. <h2 id="bootstrap-table-1200">Bootstrap Table 1.20.0</h2>
  377. <p><span class="post-date">25 Apr 2022</span></p>
  378. <h4 id="core-14">Core</h4>
  379. <ul>
  380. <li><strong>New:</strong> Used <code class="highlighter-rouge">bootstrap5</code> as the default theme.</li>
  381. <li><strong>New:</strong> Added column-switch-all event of toggle all columns.</li>
  382. <li><strong>New:</strong> Added hi-IN and lb-LU locales.</li>
  383. <li><strong>Update:</strong> Fixed the toolbar cannot refresh search bug.</li>
  384. <li><strong>Update:</strong> Fixed the card view align style bug.</li>
  385. <li><strong>Update:</strong> Fixed custom search filter bug if the value is Object.</li>
  386. <li><strong>Update:</strong> Fixed table border displays bug when setting height.</li>
  387. <li><strong>Update:</strong> Fixed error when the column events are undefined.</li>
  388. <li><strong>Update:</strong> Fixed escape column option doesn’t override table option bug.</li>
  389. <li><strong>Update:</strong> Fixed toggle all columns error when column switchable is false.</li>
  390. <li><strong>Update:</strong> Fixed check if the column is visible on card view.</li>
  391. <li><strong>Update:</strong> Fixed hide loading bug when canceling the request.</li>
  392. <li><strong>Update:</strong> Fixed default value of <code class="highlighter-rouge">clickToSelect</code> column option.</li>
  393. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">onVirtualScroll</code> not define default method.</li>
  394. <li><strong>Update:</strong> Updated cs-CZ, ko-KR, nl-NL, nl-BE, bg-BG, fr-LU locales.</li>
  395. </ul>
  396. <h4 id="extensions-14">Extensions</h4>
  397. <ul>
  398. <li><strong>New(filter-control):</strong> New version of filter-control with new features.</li>
  399. <li><strong>New(reorder-rows):</strong>: Added <code class="highlighter-rouge">onAllowDrop</code> and <code class="highlighter-rouge">onDragStop</code> options.</li>
  400. <li><strong>Update(cookie):</strong> Fixed <code class="highlighter-rouge">sortName</code> and <code class="highlighter-rouge">sortOrder</code> bug with cookie.</li>
  401. <li><strong>Update(cookie):</strong> Fixed the toggle column bug with the cookie.</li>
  402. <li><strong>Update(export):</strong> Fixed selector error if only one export type is defined.</li>
  403. <li><strong>Update(filter-control):</strong> Fixed new input class <code class="highlighter-rouge">form-select</code> of bootstrap 5.</li>
  404. <li><strong>Update(multiple-sort):</strong> Fixed the modal cannot close after sorting.</li>
  405. <li><strong>Update(print):</strong> Fixed missing print button for bootstrap 5.</li>
  406. <li><strong>Update(print):</strong> Fixed <code class="highlighter-rouge">printPageBuilder</code> option cannot define in html attribute.</li>
  407. <li><strong>Update(toolbar):</strong> Fixed toolbar extension modal bug with bootstrap 5.</li>
  408. </ul>
  409. <h2 id="bootstrap-table-1191">Bootstrap Table 1.19.1</h2>
  410. <p><span class="post-date">12 Nov 2021</span></p>
  411. <h4 id="core-15">Core</h4>
  412. <ul>
  413. <li><strong>Update:</strong> Fixed the CVE security problem.</li>
  414. <li><strong>Update:</strong> Fixed cannot search for special characters when using <code class="highlighter-rouge">searchHighlight</code>.</li>
  415. </ul>
  416. <h4 id="extensions-15">Extensions</h4>
  417. <ul>
  418. <li><strong>Update(auto-refresh):</strong> Updated the <code class="highlighter-rouge">showAutoRefresh</code> option as default.</li>
  419. <li><strong>Update(export):</strong> Fixed export with only one export type bug.</li>
  420. <li><strong>Update(filter-control):</strong> Fixed filter-control cannot work bug.</li>
  421. <li><strong>Update(filter-control):</strong> Prevent duplicated elements for filter-control.</li>
  422. </ul>
  423. <h2 id="bootstrap-table-1190">Bootstrap Table 1.19.0</h2>
  424. <p><span class="post-date">8 Nov 2021</span></p>
  425. <h4 id="core-16">Core</h4>
  426. <ul>
  427. <li><strong>New:</strong> Added <code class="highlighter-rouge">onlyCurrentPage</code> param for <code class="highlighter-rouge">checkBy/uncheckBy</code> methods.</li>
  428. <li><strong>New:</strong> Used <code class="highlighter-rouge">bootstrap icons</code> as default icons for bootstrap v5.</li>
  429. <li><strong>New:</strong> Added <code class="highlighter-rouge">regexSearch</code> option which allows to filter the table using regex.</li>
  430. <li><strong>New:</strong> Added support for allow importing stylesheets.</li>
  431. <li><strong>New:</strong> Added <code class="highlighter-rouge">toggle-pagination</code> event.</li>
  432. <li><strong>New:</strong> Added <code class="highlighter-rouge">virtual-scroll</code> event.</li>
  433. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">vue</code> component cannot work.</li>
  434. <li><strong>Update:</strong> Fixed infinite loop error with wrong server-side pagination metadata.</li>
  435. <li><strong>Update:</strong> Improved the behavior of <code class="highlighter-rouge">ajax</code> abort.</li>
  436. <li><strong>Update:</strong> Fixed click bug when paginationLoop is false.</li>
  437. <li><strong>Update:</strong> Fixed the highlighting bug when using radio/checkboxes.</li>
  438. <li><strong>Update:</strong> Fixed width bug caused by loading css.</li>
  439. <li><strong>Update:</strong> Removed the <code class="highlighter-rouge">input-group-append</code> class for bootstrap v5.</li>
  440. <li><strong>Update:</strong> Fixed duplicate definition <code class="highlighter-rouge">id</code> bug.</li>
  441. <li><strong>Update:</strong> Fixed the comparison of search inputs.</li>
  442. <li><strong>Update:</strong> Fixed broken page-list selector.</li>
  443. <li><strong>Update:</strong> Fixed overwrite custom locale function bug.</li>
  444. <li><strong>Update:</strong> Fixed bug with server side pagination and the page size <code class="highlighter-rouge">all</code>.</li>
  445. <li><strong>Update:</strong> Fixed all checkbox not auto check after pagination changed.</li>
  446. <li><strong>Update:</strong> Updated the <code class="highlighter-rouge">es-MX</code> locate.</li>
  447. </ul>
  448. <h4 id="extensions-16">Extensions</h4>
  449. <ul>
  450. <li><strong>New(cookie):</strong> Added <code class="highlighter-rouge">Multiple Sort order</code> stored in cookie extension.</li>
  451. <li><strong>New(cookie):</strong> Added <code class="highlighter-rouge">Card view state</code> stored in cookie extension.</li>
  452. <li><strong>New(copy):</strong> Added <code class="highlighter-rouge">ignoreCopy</code> column option to prevent copying the column data.</li>
  453. <li><strong>New(copy):</strong> Added <code class="highlighter-rouge">rawCopy</code> column option to copy the raw value instead of the formatted value.</li>
  454. <li><strong>Update(cookie):</strong> Fixed <code class="highlighter-rouge">switchable</code> column bug with the cookie extension.</li>
  455. <li><strong>Update(export):</strong> Fixed the export dropdown cannot be closed bug.</li>
  456. <li><strong>Update(filter-control):</strong> Updated <code class="highlighter-rouge">filterMultipleSelectOptions</code> to <code class="highlighter-rouge">filterControlMultipleSelectOptions</code> option.</li>
  457. <li><strong>Update(filter-control):</strong> Fixed bug with cookie deletion of none filter cookies.</li>
  458. <li><strong>Update(filter-control):</strong> Fixed bug when using the <code class="highlighter-rouge">load</code> method.</li>
  459. <li><strong>Update(group-by):</strong> Fixed overwriting the column classes bug on group collapsed rows.</li>
  460. <li><strong>Update(multiple-sort):</strong> Fixed hide/show column error with no sortPriority defined.</li>
  461. <li><strong>Update(page-jump-to):</strong> Fixed jump-to display bug in bootstrap v3.</li>
  462. <li><strong>Update(print):</strong> Fixed print formatter bug.</li>
  463. <li><strong>Update(reorder-rows):</strong> Fixed <code class="highlighter-rouge">reorder-rows</code> not work property.</li>
  464. <li><strong>Update(reorder-rows):</strong> Fixed the drag selector to prevent a checkbox bug on mobile.</li>
  465. <li><strong>Update(resizable):</strong> Fixed the reinitialization after the table changed.</li>
  466. <li><strong>Update(sticky-header):</strong> Fixed sticky-header not work property with group header.</li>
  467. <li><strong>Update(treegrid):</strong> Fixed bug of treegrid from html.</li>
  468. </ul>
  469. <h2 id="bootstrap-table-1183">Bootstrap Table 1.18.3</h2>
  470. <p><span class="post-date">29 Mar 2021</span></p>
  471. <h4 id="core-17">Core</h4>
  472. <ul>
  473. <li><strong>Update:</strong> Fixed negative number bug when searching with comparison.</li>
  474. <li><strong>Update:</strong> Fixed non-conform HTML-Standard problems.</li>
  475. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">td</code> width bug using card view.</li>
  476. <li><strong>Update:</strong> Fixed exact match problem when searching term with accent.</li>
  477. <li><strong>Update:</strong> Update <code class="highlighter-rouge">pt-PT</code> and <code class="highlighter-rouge">fa-IR</code> locales.</li>
  478. </ul>
  479. <h4 id="extensions-17">Extensions</h4>
  480. <ul>
  481. <li><strong>New(page-jump-to):</strong> Added <code class="highlighter-rouge">showJumpToByPages</code> option.</li>
  482. <li><strong>Update(auth-refresh):</strong> Fixed auto refresh not clear interval bug.</li>
  483. <li><strong>Update(multiple-sort):</strong> Fixed multiple-sort cannot support iconSize bug.</li>
  484. <li><strong>Update(sticky-header):</strong> Fixed <code class="highlighter-rouge">stickyHeaderOffsetY</code> option cannot work.</li>
  485. <li><strong>Update(sticky-header):</strong> Updated the stickyHeader <code class="highlighter-rouge">offset</code> options to number.</li>
  486. </ul>
  487. <h2 id="bootstrap-table-1182">Bootstrap Table 1.18.2</h2>
  488. <p><span class="post-date">23 Jan 2021</span></p>
  489. <h4 id="core-18">Core</h4>
  490. <ul>
  491. <li><strong>Update:</strong> Fixed bootstrap5 cannot work bug.</li>
  492. <li><strong>Update:</strong> Fixed checkbox display bug when using <code class="highlighter-rouge">formatter</code>.</li>
  493. <li><strong>Update:</strong> Fixed search highlight bug.</li>
  494. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">ru-RU</code> and <code class="highlighter-rouge">de-DE</code> locales.</li>
  495. </ul>
  496. <h4 id="extensions-18">Extensions</h4>
  497. <ul>
  498. <li><strong>New(filter-control):</strong> Added support for flat JSON.</li>
  499. <li><strong>Update(cookie):</strong> Fixed not deleted cookie bug when the sort was reset.</li>
  500. <li><strong>Update(export):</strong> Not export the detail view icon column.</li>
  501. <li><strong>Update(filter-control):</strong> Fixed not working when using <code class="highlighter-rouge">filterControlContainer</code>.</li>
  502. <li><strong>Update(multiple-sort):</strong> Fixed multiple-sort cannot work bug.</li>
  503. <li><strong>Update(resizable):</strong> Fixed resizable cannot work in modal.</li>
  504. </ul>
  505. <h2 id="bootstrap-table-1181">Bootstrap Table 1.18.1</h2>
  506. <p><span class="post-date">6 Dec 2020</span></p>
  507. <h4 id="core-19">Core</h4>
  508. <ul>
  509. <li><strong>New(locale):</strong> Added short locales based on <a href="http://www.lingoes.net/en/translator/langcode.htm">ISO Language</a>.</li>
  510. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">sk-SK</code>, <code class="highlighter-rouge">fr-FR</code>, <code class="highlighter-rouge">de-DE</code>, and <code class="highlighter-rouge">es-*</code> locales.</li>
  511. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">toggleCheck</code>, <code class="highlighter-rouge">getSelections</code> and <code class="highlighter-rouge">remove</code> bug.</li>
  512. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">buttons</code> option bug using in data attribute.</li>
  513. <li><strong>Update:</strong> Fixed custom <code class="highlighter-rouge">icons</code> option bug.</li>
  514. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">cellStyle</code> column option not work in card view.</li>
  515. <li><strong>Update:</strong> Fixed getSelection bug when using search.</li>
  516. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">pageList</code> option with <code class="highlighter-rouge">all</code> display bug using <code class="highlighter-rouge">smartDisplay</code>.</li>
  517. <li><strong>Update:</strong> Fixed search highlight cannot work bug when data field is number.</li>
  518. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">updateColumnTitle</code> is undo bug after pagination.</li>
  519. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">multipleSelectRow</code> option bug.</li>
  520. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">icon-size</code> option bug with pagination.</li>
  521. </ul>
  522. <h4 id="extensions-19">Extensions</h4>
  523. <ul>
  524. <li><strong>New(page-jump-to):</strong> Added <code class="highlighter-rouge">min</code>, <code class="highlighter-rouge">max</code> and enter support for jump input.</li>
  525. <li><strong>Update(export):</strong> Fixed export cannot work with <code class="highlighter-rouge">materialize</code> and <code class="highlighter-rouge">foundation</code> themes.</li>
  526. <li><strong>Update(filter-control):</strong> Updated <code class="highlighter-rouge">filterDatepickerOptions</code> to support datepicker option.</li>
  527. <li><strong>Update(filter-control):</strong> Fixed select bug when using <code class="highlighter-rouge">&amp;</code> in the value.</li>
  528. <li><strong>Update(fixed-columns):</strong> Fixed <code class="highlighter-rouge">toggleView</code> display bug.</li>
  529. <li><strong>Update(group-by):</strong> Fixed not collapse detail view expanded row bug.</li>
  530. <li><strong>Update(group-by):</strong> Fixed display error using <code class="highlighter-rouge">formatter</code> column option.</li>
  531. <li><strong>Update(group-by):</strong> Fixed <code class="highlighter-rouge">groupByFormatter</code> option bug using in data attribute.</li>
  532. <li><strong>Update(multiple-sort):</strong> Fixed cannot work bug using in server <code class="highlighter-rouge">sidePagination</code>.</li>
  533. <li><strong>Update(page-jump-to):</strong> Fixed page jump input and button bug with <code class="highlighter-rouge">icon-size</code> option.</li>
  534. <li><strong>Update(print):</strong> Fixed print with <code class="highlighter-rouge">rowspan</code> or <code class="highlighter-rouge">colspan</code>.</li>
  535. <li><strong>Update(reorder-columns):</strong> Fixed reorder column when a column is removed or added.</li>
  536. </ul>
  537. <h2 id="bootstrap-table-1180">Bootstrap Table 1.18.0</h2>
  538. <p><span class="post-date">20 Sep 2020</span></p>
  539. <h4 id="core-20">Core</h4>
  540. <ul>
  541. <li><strong>New(option):</strong> Added <code class="highlighter-rouge">buttons</code> to add custom buttons to the button bar.</li>
  542. <li><strong>New(option):</strong> Added <code class="highlighter-rouge">footerField</code> to support <code class="highlighter-rouge">server</code> side pagination.</li>
  543. <li><strong>New(option):</strong> Added new parameter <code class="highlighter-rouge">value</code> to <code class="highlighter-rouge">footerFormatter</code>.</li>
  544. <li><strong>New(option):</strong> Added <code class="highlighter-rouge">searchHighlight</code> and <code class="highlighter-rouge">searchHighlightFormatter</code>.</li>
  545. <li><strong>New(option):</strong> Added <code class="highlighter-rouge">searchSelector</code> to custom the search input.</li>
  546. <li><strong>New(event):</strong> Added <code class="highlighter-rouge">BootstrapTable</code> object as last parameter to all <code class="highlighter-rouge">event</code>.</li>
  547. <li><strong>New(css):</strong> Added CSS transitions for loading style.</li>
  548. <li><strong>New:</strong> Added support for <code class="highlighter-rouge">style</code> attribute of <code class="highlighter-rouge">tr</code> or <code class="highlighter-rouge">td</code>.</li>
  549. <li><strong>New:</strong> Added ability to use <code class="highlighter-rouge">colspan</code> in the footer.</li>
  550. <li><strong>Update:</strong> Updated search input type from <code class="highlighter-rouge">text</code> to <code class="highlighter-rouge">search</code>.</li>
  551. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">normalize</code> not string bug when using <code class="highlighter-rouge">searchAccentNeutralise</code>.</li>
  552. <li><strong>Update:</strong> Fixed complex group header bug.</li>
  553. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">resize</code> and <code class="highlighter-rouge">scroll</code> event bug with multiple tables.</li>
  554. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">getScrollPosition</code> bug when using group-by extension.</li>
  555. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">updateRow</code> with <code class="highlighter-rouge">customSearch</code> and <code class="highlighter-rouge">sortReset</code> bug.</li>
  556. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">colspan</code> and <code class="highlighter-rouge">mergeCell</code> bug when using <code class="highlighter-rouge">detailFormatter</code>.</li>
  557. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">init</code> bug when using <code class="highlighter-rouge">onPostBody</code>.</li>
  558. <li><strong>Update:</strong> Fixed sort bug when the <code class="highlighter-rouge">field</code> is set to <code class="highlighter-rouge">0</code>.</li>
  559. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">showFooter</code> display bug after resize table width.</li>
  560. <li><strong>Update:</strong> Fixed not update selected rows bug when using <code class="highlighter-rouge">checkAll</code>/<code class="highlighter-rouge">uncheckAll</code>.</li>
  561. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">checked</code> property bug using <code class="highlighter-rouge">formatter</code> when the field has a value.</li>
  562. <li><strong>Update:</strong> Fixed default data shared bug with multiple tables.</li>
  563. <li><strong>Remove(method):</strong> Removed <code class="highlighter-rouge">getAllSelections</code> method.</li>
  564. </ul>
  565. <h4 id="extensions-20">Extensions</h4>
  566. <ul>
  567. <li><strong>New(addrbar):</strong> Added support for <code class="highlighter-rouge">client</code> side pagination.</li>
  568. <li><strong>New(cookie):</strong> Added <code class="highlighter-rouge">cookieSameSite</code> option to prevent breaking changes.</li>
  569. <li><strong>New(group-by):</strong> Added <code class="highlighter-rouge">groupByToggle</code> and <code class="highlighter-rouge">groupByShowToggleIcon</code> options.</li>
  570. <li><strong>New(group-by):</strong> Added <code class="highlighter-rouge">groupByCollapsedGroups</code> option to allow collapse groups.</li>
  571. <li><strong>Update(cookie):</strong> Fixed cookie size is too big bug when saving columns.</li>
  572. <li><strong>Update(cookie):</strong> Fixed checkbox column disappears bug.</li>
  573. <li><strong>Update(export):</strong> Fixed cannot export <code class="highlighter-rouge">all</code> data bug with pagination.</li>
  574. <li><strong>Update(group-by):</strong> Fixed <code class="highlighter-rouge">scrollTo</code> not working properly bug.</li>
  575. <li><strong>Update(multiple-sort):</strong> Fixed cannot work bug.</li>
  576. <li><strong>Update(sticky-header):</strong> Fixed vertical scroll cannot work bug.</li>
  577. </ul>
  578. <h2 id="bootstrap-table-1171">Bootstrap Table 1.17.1</h2>
  579. <p><span class="post-date">11 Jul 2020</span></p>
  580. <h4 id="core-21">Core</h4>
  581. <ul>
  582. <li><strong>New:</strong> Added <code class="highlighter-rouge">bootstrap-table</code> theme without any framework.</li>
  583. <li><strong>New:</strong> Added support for Bootstrap v5.</li>
  584. <li><strong>New:</strong> Added <code class="highlighter-rouge">$index</code> field for <code class="highlighter-rouge">remove</code> method.</li>
  585. <li><strong>New:</strong> Added <code class="highlighter-rouge">on-all</code> event for vue component.</li>
  586. <li><strong>New:</strong> Added <code class="highlighter-rouge">bg-BG</code> locale.</li>
  587. <li><strong>New:</strong> Added <code class="highlighter-rouge">loadingFontSize</code> option.</li>
  588. <li><strong>New:</strong> Added <code class="highlighter-rouge">loadingTemplate</code> option.</li>
  589. <li><strong>New:</strong> Added <code class="highlighter-rouge">detailView</code> support for <code class="highlighter-rouge">cardView</code>.</li>
  590. <li><strong>New:</strong> Added the <code class="highlighter-rouge">searchable</code> columns to the query params for server side.</li>
  591. <li><strong>New:</strong> Added <code class="highlighter-rouge">collapseRowByUniqueId</code> and <code class="highlighter-rouge">expandRowByUniqueId</code> methods.</li>
  592. <li><strong>New:</strong> Added <code class="highlighter-rouge">detailViewAlign</code> option for the detail view icon.</li>
  593. <li><strong>New:</strong> Added tr <code class="highlighter-rouge">class</code> support for <code class="highlighter-rouge">thead</code>.</li>
  594. <li><strong>New:</strong> Added <code class="highlighter-rouge">formatted</code> parameter for <code class="highlighter-rouge">getData</code> method to get formatted data.</li>
  595. <li><strong>New:</strong> Added <code class="highlighter-rouge">paginationParts</code> option instead of <code class="highlighter-rouge">onlyInfoPagination</code>.</li>
  596. <li><strong>New:</strong> Added <code class="highlighter-rouge">sortReset</code> option to reset sort on third click.</li>
  597. <li><strong>New:</strong> Added support for auto merge the table body cells.</li>
  598. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">updateByUniqueId</code> method cannot update multiple rows bug.</li>
  599. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">insertRow</code> not write to source data array bug.</li>
  600. <li><strong>Update:</strong> Fixed events bug with <code class="highlighter-rouge">detailViewIcon</code> option.</li>
  601. <li><strong>Update:</strong> Fixed server side pagination sort bug.</li>
  602. <li><strong>Update:</strong> Fixed the <code class="highlighter-rouge">page-change</code> event before init server.</li>
  603. <li><strong>Update:</strong> Fixed no records found <code class="highlighter-rouge">colspan</code> error.</li>
  604. <li><strong>Update:</strong> Fixed the <code class="highlighter-rouge">page-change</code> event before init server.</li>
  605. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">font-size</code> of the loading text.</li>
  606. <li><strong>Update:</strong> Fixed table <code class="highlighter-rouge">border</code> bug when table is hidden.</li>
  607. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">showRow</code> method show all hidden rows bug.</li>
  608. <li><strong>Update:</strong> Fixed columnsSearch non-unique id warning.</li>
  609. <li><strong>Remove:</strong> Removed the <code class="highlighter-rouge">onlyInfoPagination</code> option.</li>
  610. <li><strong>Remove:</strong> Removed accent neutralise extension and moved it to core.</li>
  611. </ul>
  612. <h4 id="extensions-21">Extensions</h4>
  613. <ul>
  614. <li><strong>New(cookie)</strong>: Added support for toggle all columns options.</li>
  615. <li><strong>New(custom-view):</strong> Added <code class="highlighter-rouge">custom-view</code> extension.</li>
  616. <li><strong>New(editable):</strong> Added <code class="highlighter-rouge">alwaysUseFormatter</code> option.</li>
  617. <li><strong>New(export):</strong> Added <code class="highlighter-rouge">forceHide</code> column option.</li>
  618. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">filterOrderBy</code> column option support order by <code class="highlighter-rouge">server</code>.</li>
  619. <li><strong>New(filter-control):</strong> Added radio support for <code class="highlighter-rouge">filterControlContainer</code>.</li>
  620. <li><strong>New(filter-control):</strong> Added support for array filter.</li>
  621. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">filterControlVisible</code> option and <code class="highlighter-rouge">toggleFilterControl</code> method.</li>
  622. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">showFilterControlSwitch</code> option.</li>
  623. <li><strong>New(fixed-columns):</strong> Added support for sticky-header.</li>
  624. <li><strong>New(pipeline):</strong> Added <code class="highlighter-rouge">pipeline</code> extension.</li>
  625. <li><strong>New(print):</strong> Added support for print footer and merge cells.</li>
  626. <li><strong>Update(accent-neutralise):</strong> Fixed comparison with arrays.</li>
  627. <li><strong>Update(cookie):</strong> Updated cookie columns to always visible when <code class="highlighter-rouge">switchable</code> is <code class="highlighter-rouge">false</code>.</li>
  628. <li><strong>Update(cookie):</strong> Fixed cookie value from existing options bug.</li>
  629. <li><strong>Update(copy-rows):</strong> Fixed copy rows bug with fixed-column.</li>
  630. <li><strong>Update(editable):</strong> Fixed not handle quotation marks bug.</li>
  631. <li><strong>Update(editable):</strong> Updated <code class="highlighter-rouge">noeditFormatter</code> to <code class="highlighter-rouge">noEditFormatter</code>.</li>
  632. <li><strong>Update(export):</strong> Fixed export error with <code class="highlighter-rouge">maintainMetaData</code> and <code class="highlighter-rouge">clientSidePagination</code>.</li>
  633. <li><strong>Update(filter-control):</strong> Fixed not work with <code class="highlighter-rouge">height</code> option.</li>
  634. <li><strong>Update(filter-control):</strong> Fixed not work in multiple tables.</li>
  635. <li><strong>Update(filter-control):</strong> Fixed ignore default search text bug.</li>
  636. <li><strong>Update(filter-control):</strong> Fixed not work with html formatter.</li>
  637. <li><strong>Update(filter-control):</strong> Fixed reset <code class="highlighter-rouge">filterBy</code> method bug.</li>
  638. <li><strong>Update(filter-control):</strong> Fixed issue with a custom filter control container.</li>
  639. <li><strong>Update(filter-control):</strong> Fixed filter control disappear after column switched.</li>
  640. <li><strong>Update(fixed-columns):</strong> Fixed loading message not hide bug.</li>
  641. <li><strong>Update(group-by):</strong> Fixed params error of <code class="highlighter-rouge">checkAll</code>/<code class="highlighter-rouge">uncheckAll</code>.</li>
  642. <li><strong>Update(multiple-sort):</strong> Fixed not working with multiple level field bug.</li>
  643. <li><strong>Update(reorder-columns):</strong> Fixed cannot work bug.</li>
  644. <li><strong>Update(reorder-rows):</strong> Fixed <code class="highlighter-rouge">this</code> context of <code class="highlighter-rouge">onPostBody</code> error.</li>
  645. <li><strong>Update(treegrid):</strong> Fixed treegrid <code class="highlighter-rouge">destroy</code> bug.</li>
  646. </ul>
  647. <h2 id="bootstrap-table-1160">Bootstrap Table 1.16.0</h2>
  648. <p><span class="post-date">11 Feb 2020</span></p>
  649. <h4 id="core-22">Core</h4>
  650. <ul>
  651. <li><strong>New:</strong> Added <code class="highlighter-rouge">buttonsOrder</code> option.</li>
  652. <li><strong>New:</strong> Added <code class="highlighter-rouge">headerStyle</code> option.</li>
  653. <li><strong>New:</strong> Added <code class="highlighter-rouge">showColumnsSearch</code> option.</li>
  654. <li><strong>New:</strong> Added <code class="highlighter-rouge">serverSort</code> option.</li>
  655. <li><strong>New:</strong> Added <code class="highlighter-rouge">unfiltered</code> parameter for <code class="highlighter-rouge">getData</code> method.</li>
  656. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">event</code> name to lowercase hyphen format for vue component.</li>
  657. <li><strong>Update:</strong> Updated <code class="highlighter-rouge">es-AR</code> locale.</li>
  658. <li><strong>Update:</strong> Updated the default classes of semantic theme.</li>
  659. <li><strong>Update:</strong> Improved the <code class="highlighter-rouge">resize</code> problem with multiple tables.</li>
  660. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">checkAll</code> event bug with sortable checkbox field.</li>
  661. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">checkbox</code> and not-found td style errors.</li>
  662. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">customSearch</code> return empty array bug.</li>
  663. <li><strong>Update:</strong> Fixed column checkboxes not being disabled when using <code class="highlighter-rouge">toggleAll</code>.</li>
  664. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">flat</code> not polyfilled error in vue cli3.</li>
  665. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">height</code> and <code class="highlighter-rouge">border</code> not aligned bug.</li>
  666. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">jqXHR</code> <code class="highlighter-rouge">undefined</code> error using custom ajax.</li>
  667. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">pageSize</code> set to all bug with filter.</li>
  668. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">refreshOptions</code> bug with radio and checkbox.</li>
  669. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">removeAll</code> bug in the last page when sidePagination is server.</li>
  670. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">search</code> not always trigger in IE11 bug.</li>
  671. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">search</code> width <code class="highlighter-rouge">escape</code> bug.</li>
  672. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">showColumns</code> cannot work of foundation theme.</li>
  673. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">showFullscreen</code> bug when setting height.</li>
  674. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">sort</code> cannot work after searching.</li>
  675. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">sortable</code> style error when using <code class="highlighter-rouge">table-sm</code>.</li>
  676. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">sortStable</code> not work bug.</li>
  677. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">triggerSearch</code> not work bug.</li>
  678. <li><strong>Update:</strong> Supported build cross all platforms.</li>
  679. <li><strong>Remove:</strong> Removed <code class="highlighter-rouge">resetWidth</code> method and use <code class="highlighter-rouge">resetView</code> instead.</li>
  680. </ul>
  681. <h4 id="extensions-22">Extensions</h4>
  682. <ul>
  683. <li><strong>New(cookie):</strong> Added new options to get/set/delete the values by a custom function.</li>
  684. <li><strong>New(cookie):</strong> Added save re-order and resize support.</li>
  685. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">filterControlContainer</code> option.</li>
  686. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">filterCustomSearch</code> option.</li>
  687. <li><strong>New(filter-control):</strong> Added object and function support in <code class="highlighter-rouge">filterData</code> column option.</li>
  688. <li><strong>New(filter-control):</strong> Added support for using sticky-header extension.</li>
  689. <li><strong>New(filter-control):</strong> Added support comparisons search(&lt;, &gt;, &lt;=, =&lt;, &gt;=, =&gt;).</li>
  690. <li><strong>New(fixed-columns):</strong> Added all themes support.</li>
  691. <li><strong>New(fixed-columns):</strong> Added <code class="highlighter-rouge">fixedRightNumber</code> option.</li>
  692. <li><strong>New(fixed-columns):</strong> Added support for using filter-control extension.</li>
  693. <li><strong>New(group-by):</strong> Add <code class="highlighter-rouge">Array</code> support for <code class="highlighter-rouge">groupByField</code> option.</li>
  694. <li><strong>New(group-by):</strong> Added <code class="highlighter-rouge">customSort</code> option support.</li>
  695. <li><strong>New(multiple-sort):</strong> Added custom <code class="highlighter-rouge">sorter</code> support.</li>
  696. <li><strong>New(multiple-sort):</strong> Added <code class="highlighter-rouge">multiSortStrictSort</code> option.</li>
  697. <li><strong>New(multiple-sort):</strong> Added <code class="highlighter-rouge">multiSort</code> method.</li>
  698. <li><strong>New(print):</strong> Added <code class="highlighter-rouge">printFormatter</code> data-attribute support.</li>
  699. <li><strong>New(reorder-columns):</strong> Added <code class="highlighter-rouge">orderColumns</code> method.</li>
  700. <li><strong>New(reorder-rows):</strong> Added <code class="highlighter-rouge">search</code> and <code class="highlighter-rouge">cardView</code> supported.</li>
  701. <li><strong>New(sticky-header):</strong> Added support for all themes.</li>
  702. <li><strong>New(toolbar):</strong> Added support for all themes.</li>
  703. <li><strong>New(reorder-rows):</strong> Added <code class="highlighter-rouge">search</code> and <code class="highlighter-rouge">cardView</code> support.</li>
  704. <li><strong>Update(cookie):</strong> Fixed cookie localeStorage not work bug with filter-control.</li>
  705. <li><strong>Update(cookie):</strong> Fixed <code class="highlighter-rouge">minimumCountColumns</code> not working bug.</li>
  706. <li><strong>Update(cookie):</strong> Improved <code class="highlighter-rouge">cookiesEnabled</code> to support ‘ in <code class="highlighter-rouge">data-attribute</code>.</li>
  707. <li><strong>Update(editable):</strong> Fixed <code class="highlighter-rouge">formatter</code> bug if the column was edited.</li>
  708. <li><strong>Update(filter-control):</strong> Fixed <code class="highlighter-rouge">hideUnusedSelectOptions</code> not work bug.</li>
  709. <li><strong>Update(filter-control):</strong> Fixed filter not work bug with <code class="highlighter-rouge">undefined</code>.</li>
  710. <li><strong>Update(filter-control):</strong> Fixed missing parameter of <code class="highlighter-rouge">resetSearch</code> and <code class="highlighter-rouge">filterDataType</code>.</li>
  711. <li><strong>Update(filter-control):</strong> Fixed <code class="highlighter-rouge">search</code> with filter-control <code class="highlighter-rouge">search</code> bug.</li>
  712. <li><strong>Update(filter-control):</strong> Fixed the <code class="highlighter-rouge">value</code> of select display error using editable.</li>
  713. <li><strong>Update(fixed-columns):</strong> Fixed checkbox bug with fixed columns.</li>
  714. <li><strong>Update(fixed-columns):</strong> Updated default value to <code class="highlighter-rouge">0</code> of <code class="highlighter-rouge">fixedNumber</code> option.</li>
  715. <li><strong>Update(group-by):</strong> Improved <code class="highlighter-rouge">number</code> type support.</li>
  716. <li><strong>Update(group-by):</strong> Fixed new table using modal bug.</li>
  717. <li><strong>Update(group-by):</strong> Fixed <code class="highlighter-rouge">scrollTo</code> method using group-by.</li>
  718. <li><strong>Update(mobile):</strong> Fixed input keyboard bug.</li>
  719. <li><strong>Update(multiple-sort):</strong> Fixed not destroy bug.</li>
  720. <li><strong>Update(multiple-sort):</strong> Fixed sort not work with <code class="highlighter-rouge">boolean</code> bug.</li>
  721. <li><strong>Update(print):</strong> Improved to use <code class="highlighter-rouge">undefinedText</code> option.</li>
  722. <li><strong>Update(print):</strong> Fixed IE11 not work bug.</li>
  723. <li><strong>Update(reorder-columns):</strong> Fixed detail view column reorder bug.</li>
  724. <li><strong>Update(resizable):</strong> Fixed columns resizing not work bug.</li>
  725. <li><strong>Update(resizable):</strong> Fixed not work via JavaScript.</li>
  726. <li><strong>Update(sticky-header):</strong> Fixed not work bug with fullscreen.</li>
  727. <li><strong>Update(treegrid):</strong> Fixed <code class="highlighter-rouge">virtualScroll</code> option bug.</li>
  728. <li><strong>Remove:</strong> Removed natural-sorting extension.</li>
  729. </ul>
  730. <h2 id="bootstrap-table-1155">Bootstrap Table 1.15.5</h2>
  731. <p><span class="post-date">12 Oct 2019</span></p>
  732. <ul>
  733. <li><strong>New:</strong> Added <code class="highlighter-rouge">jqXHR</code> for <code class="highlighter-rouge">responseHandler</code> option and <code class="highlighter-rouge">onLoadSuccess</code> event.</li>
  734. <li><strong>New:</strong> Added <code class="highlighter-rouge">stickyHeaderOffsetLeft</code> and <code class="highlighter-rouge">stickyHeaderOffsetRight</code> for sticky-header.</li>
  735. <li><strong>New:</strong> Added Serbian RS cyrillic and latin locales.</li>
  736. <li><strong>Update:</strong> Improved <code class="highlighter-rouge">export</code> button when there is only one type.</li>
  737. <li><strong>Update:</strong> Fixed column events click error with <code class="highlighter-rouge">detailView</code>.</li>
  738. <li><strong>Update:</strong> Fixed bug for <code class="highlighter-rouge">searchOnEnterKey</code> and <code class="highlighter-rouge">showSearchButton</code> are true.</li>
  739. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">onScrollBody</code> event and added parameter.</li>
  740. <li><strong>Update:</strong> Fixed search input size bug with <code class="highlighter-rouge">iconSize</code> option.</li>
  741. <li><strong>Update:</strong> Fixed filter control select cannot work more than one table.</li>
  742. <li><strong>Update:</strong> Fixed virtual scroll to top error when using <code class="highlighter-rouge">append</code> method.</li>
  743. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">events</code> cannot work on virtual scroll.</li>
  744. <li><strong>Update:</strong> Fixed bottom border bug with <code class="highlighter-rouge">height</code> option.</li>
  745. <li><strong>Update:</strong> Fixed min version throw cannot convert object to primitive value error.</li>
  746. </ul>
  747. <h2 id="bootstrap-table-1154">Bootstrap Table 1.15.4</h2>
  748. <p><span class="post-date">13 Aug 2019</span></p>
  749. <ul>
  750. <li><strong>New:</strong> Added <code class="highlighter-rouge">query</code> to <code class="highlighter-rouge">queryParams</code> option.</li>
  751. <li><strong>New:</strong> Added <code class="highlighter-rouge">filter</code> parameter of <code class="highlighter-rouge">customSearch</code> option.</li>
  752. <li><strong>Update:</strong> Fixed search bug in hidden columns.</li>
  753. <li><strong>Update:</strong> Fixed table zoom width calculating bug.</li>
  754. <li><strong>Update:</strong> Fixed events of column formatted by nested table.</li>
  755. <li><strong>Update:</strong> Fixed checkbox style display bug.</li>
  756. <li><strong>Update:</strong> Fixed stack overflow error of <code class="highlighter-rouge">checkBy</code> method.</li>
  757. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">showSearchButton</code> and <code class="highlighter-rouge">showSearchClearButton</code> style bug.</li>
  758. <li><strong>Update:</strong> Fixed filter-control select <code class="highlighter-rouge">null</code> value handle error.</li>
  759. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">showSearchClearButton</code> bug in filter-control extension.</li>
  760. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">print</code> button appears twice bug.</li>
  761. </ul>
  762. <h2 id="bootstrap-table-1153">Bootstrap Table 1.15.3</h2>
  763. <p><span class="post-date">11 Jul 2019</span></p>
  764. <ul>
  765. <li><strong>New:</strong> Added nl-BE, fr-CH and fr-LU locale.</li>
  766. <li><strong>Update:</strong> Updated nl-NL, pt-BR, fr-BE, fr-FR, nl-BE and nl-NL locale.</li>
  767. <li><strong>Update:</strong> Fixed treegrid duplicate rows bug.</li>
  768. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">updateCellByUniqueId</code> method bug on a filtered table.</li>
  769. <li><strong>Update:</strong> Fixed colspan group header display bug.</li>
  770. <li><strong>Update:</strong> Fixed table footer display bug in some case.</li>
  771. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">getOptions</code> bug.</li>
  772. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">detailView</code> bug when hiding columns.</li>
  773. <li><strong>Update:</strong> Fixed IE minify bug.</li>
  774. <li><strong>Update:</strong> Fixed full screen scrolling bug.</li>
  775. </ul>
  776. <h2 id="bootstrap-table-1152">Bootstrap Table 1.15.2</h2>
  777. <p><span class="post-date">24 Jun 2019</span></p>
  778. <h4 id="core-23">Core</h4>
  779. <ul>
  780. <li><strong>New:</strong> Added <code class="highlighter-rouge">virtualScroll</code> and <code class="highlighter-rouge">virtualScrollItemHeight</code> options to support large data.</li>
  781. <li><strong>New:</strong> Added vue component support.</li>
  782. <li><strong>New:</strong> Added support comparisons search(&lt;, &gt;, &lt;=, =&lt;, &gt;=, =&gt;).</li>
  783. <li><strong>New:</strong> Added <code class="highlighter-rouge">detailViewByClick</code> table option and <code class="highlighter-rouge">detailFormatter</code> column option.</li>
  784. <li><strong>New:</strong> Added <code class="highlighter-rouge">showExtendedPagination</code> and <code class="highlighter-rouge">totalNotFilteredField</code> table options.</li>
  785. <li><strong>New:</strong> Added <code class="highlighter-rouge">widthUnit</code> option to allow any unit.</li>
  786. <li><strong>New:</strong> Added <code class="highlighter-rouge">multipleSelectRow</code> option to support ctrl and shift select.</li>
  787. <li><strong>New:</strong> Added <code class="highlighter-rouge">onPostFooter</code>(<code class="highlighter-rouge">post-footer.bs.table</code>) event.</li>
  788. <li><strong>New:</strong> Added <code class="highlighter-rouge">detailViewIcon</code> and <code class="highlighter-rouge">toggleDetailView</code> method to hide the show/hide icons.</li>
  789. <li><strong>New:</strong> Added <code class="highlighter-rouge">showSearchButton</code> and <code class="highlighter-rouge">showSearchClearButton</code> options to improve the search.</li>
  790. <li><strong>New:</strong> Added <code class="highlighter-rouge">showButtonIcons</code> and <code class="highlighter-rouge">showButtonText</code> options to improve the icons display.</li>
  791. <li><strong>New:</strong> Added <code class="highlighter-rouge">visibleSearch</code> option search only on displayed/visible columns.</li>
  792. <li><strong>New:</strong> Added <code class="highlighter-rouge">showColumnsToggleAll</code> option to toggle all columns.</li>
  793. <li><strong>New:</strong> Added <code class="highlighter-rouge">cellStyle</code> to support checkbox field.</li>
  794. <li><strong>New:</strong> Added checkbox and radio auto checked from html support.</li>
  795. <li><strong>New:</strong> Added screen reader support for pagination.</li>
  796. <li><strong>New:</strong> Added travis lint src and check docs scripts.</li>
  797. <li><strong>New:</strong> Added webpack support and user rollup to build the src.</li>
  798. <li><strong>New:</strong> Added a version number property.</li>
  799. <li><strong>New:</strong> Improved <code class="highlighter-rouge">filterBy</code> method with <code class="highlighter-rouge">or</code> condition and custom filter algorithm.</li>
  800. <li><strong>New:</strong> Improved <code class="highlighter-rouge">showColumn</code> and <code class="highlighter-rouge">hideColumn</code> methods with array of fields.</li>
  801. <li><strong>New:</strong> Improved <code class="highlighter-rouge">scrollTo</code> method to allow <code class="highlighter-rouge">rows</code> units.</li>
  802. <li><strong>Update:</strong> Rewrote all code to ES6.</li>
  803. <li><strong>Update:</strong> Improved <code class="highlighter-rouge">pageList</code> options to support localization.</li>
  804. <li><strong>Update:</strong> Improved the <code class="highlighter-rouge">totalRows</code> option.</li>
  805. <li><strong>Update:</strong> Improved table footer.</li>
  806. <li><strong>Update:</strong> Improved <code class="highlighter-rouge">getSelections</code> and <code class="highlighter-rouge">getAllSelections</code> methods.</li>
  807. <li><strong>Update:</strong> Improved css frameworks themes.</li>
  808. <li><strong>Update:</strong> Updated parameters of the <code class="highlighter-rouge">getData</code> method.</li>
  809. <li><strong>Update:</strong> Updated parameters of the (un)checkAll events to <code class="highlighter-rouge">rowsAfter, rowsBefore</code>.</li>
  810. <li><strong>Update:</strong> Updated parameters of the <code class="highlighter-rouge">updateRow</code> method to support <code class="highlighter-rouge">replace</code>.</li>
  811. <li><strong>Update:</strong> Updated page number to 1 while making a server side sort.</li>
  812. <li><strong>Update:</strong> Renamed table <code class="highlighter-rouge">maintainSelected</code> option to <code class="highlighter-rouge">maintainMetaData</code>.</li>
  813. <li><strong>Update:</strong> Renamed method <code class="highlighter-rouge">refreshColumnTitle</code> to <code class="highlighter-rouge">updateColumnTitle</code>.</li>
  814. <li><strong>Update:</strong> Fixed card view value to be aligned incorrectly bug.</li>
  815. <li><strong>Update:</strong> Fixed <code class="highlighter-rouge">smartDisplay</code> option pagination bug.</li>
  816. <li><strong>Update:</strong> Fixed data-* attribute is an object bug.</li>
  817. <li><strong>Update:</strong> Fixed page separators click bug.</li>
  818. <li><strong>Update:</strong> Fixed scrolling bug in IE11.</li>
  819. <li><strong>Update:</strong> Fixed initHeader error caused by toggleColumn.</li>
  820. <li><strong>Update:</strong> Fixed search input trigger multiple times bug.</li>
  821. <li><strong>Update:</strong> Fix Pagination/totalRows not updated on <code class="highlighter-rouge">hideRow</code>.</li>
  822. <li><strong>Update:</strong> Fixed columns title error.</li>
  823. </ul>
  824. <h4 id="extensions-23">Extensions</h4>
  825. <ul>
  826. <li><strong>New(editable):</strong> Added <code class="highlighter-rouge">onExportSaved</code> event.</li>
  827. <li><strong>New(export):</strong> Added <code class="highlighter-rouge">forceExport</code> column option force export columns with hidden.</li>
  828. <li><strong>New(export):</strong> Added function support of <code class="highlighter-rouge">fileName</code> option.</li>
  829. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">filterDataCollector</code> to control the filter select options.</li>
  830. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">filterOrderBy</code> and filterDefault column options.</li>
  831. <li><strong>New(multiple-sort):</strong> Added bootstrap v4 theme support.</li>
  832. <li><strong>New(print):</strong> Added RTL dir support.</li>
  833. <li><strong>Remove:</strong> Removed group-by, multi-column-toggle, multiple-search, multiple-selection-row, select2-filter and tree-column extensions.</li>
  834. <li><strong>Update(cookie):</strong> Fixed cookie search cannot work bug.</li>
  835. <li><strong>Update(editable):</strong> Updated parameters of <code class="highlighter-rouge">onEditableSave</code> to <code class="highlighter-rouge">field, row, rowIndex, oldValue, $el</code>.</li>
  836. <li><strong>Update(editable):</strong> Fixed editable rerender bug after saving data.</li>
  837. <li><strong>Update(export):</strong> Updated to only export table header.</li>
  838. <li><strong>Update(export):</strong> Fixed bug with the footer extensions while sorting.</li>
  839. <li><strong>Update(filter-control):</strong> Added ability to handle boolean.</li>
  840. <li><strong>Update(filter-control):</strong> Fixed DatePicker of filter-control does not work bug.</li>
  841. <li><strong>Update(filter-control):</strong> Fixed clear filterControl with Cookie bug.</li>
  842. <li><strong>Update(filter-control):</strong> Fixed loading screen with filter control.</li>
  843. <li><strong>Update(filter-control):</strong> Fixed overwriting the searchText bug.</li>
  844. <li><strong>Update(filter-control):</strong> Fixed filtering does not work json sub-object.</li>
  845. <li><strong>Update(filter-control):</strong> Fixed select filter with formatter.</li>
  846. <li><strong>Update(multiple-sort):</strong> Fixed multiple-sort does not work with data-query-params bug.</li>
  847. <li><strong>Update(page-jump-to):</strong> Fixed <code class="highlighter-rouge">click</code> bug when paginationVAlign is ‘both’.</li>
  848. <li><strong>Update(reorder-columns):</strong> Fixed reorder columns cannot work bug.</li>
  849. <li><strong>Update(reorder-columns):</strong> Fix search and columns bug after reorder columns.</li>
  850. <li><strong>Update(treegrid):</strong> Fixed treegrid cannot work bug.</li>
  851. </ul>
  852. <h2 id="bootstrap-table-1142">Bootstrap Table 1.14.2</h2>
  853. <p><span class="post-date">19 Mar 2019</span></p>
  854. <ul>
  855. <li><strong>New(fixed-columns extension):</strong> Added new version fixed-columns extension.</li>
  856. <li><strong>New(js):</strong> Updated the style of loading message.</li>
  857. <li><strong>Update(js):</strong> Updated refresh event params.</li>
  858. <li><strong>Update(locale):</strong> Updated all locale translation with English as default.</li>
  859. <li><strong>Update(export extension):</strong> Fixed export all rows to pdf bug.</li>
  860. <li><strong>Update(export extension):</strong> Disabled export button when exportDataType is ‘selected’ and selection empty.</li>
  861. <li><strong>Update(addrbar extension):</strong> Fixed addrbar extension remove hash from url bug.</li>
  862. </ul>
  863. <h2 id="bootstrap-table-1141">Bootstrap Table 1.14.1</h2>
  864. <p><span class="post-date">5 Mar 2019</span></p>
  865. <ul>
  866. <li><strong>New(css):</strong> Added CSS Frameworks supported.</li>
  867. <li><strong>New(css):</strong> Added <a href="http://semantic-ui.com">Semantic UI</a> theme.</li>
  868. <li><strong>New(css):</strong> Added <a href="http://bulma.io">Bulma</a> theme.</li>
  869. <li><strong>New(css):</strong> Added <a href="https://materializecss.com/">Materialize</a> theme.</li>
  870. <li><strong>New(css):</strong> Added <a href="https://foundation.zurb.com/">Foundation</a> theme.</li>
  871. <li><strong>New(js):</strong> Added data attribute support for <code class="highlighter-rouge">ignoreClickToSelectOn</code> option.</li>
  872. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">detailView</code> find td elements bug.</li>
  873. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">showColumns</code> close dropdown bug when item label clicking.</li>
  874. <li><strong>Update(js):</strong> Fixed reset width error after <code class="highlighter-rouge">toggleFullscreen</code>.</li>
  875. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">cardView</code> click event bug.</li>
  876. </ul>
  877. <h2 id="bootstrap-table-1135">Bootstrap Table 1.13.5</h2>
  878. <p><span class="post-date">23 Feb 2019</span></p>
  879. <ul>
  880. <li><strong>New(auto-refresh extension):</strong> Rewrote auto-refresh extension to ES6.</li>
  881. <li><strong>Update(js):</strong> Fixed showFullscreen cannot work bug.</li>
  882. <li><strong>Update(js):</strong> Redefined customSearch option.</li>
  883. <li><strong>Update(js):</strong> Fixed show footer cannot work bug.</li>
  884. <li><strong>Update(js):</strong> Updated the parameter of <code class="highlighter-rouge">footerStyle</code>.</li>
  885. <li><strong>Update(js):</strong> Added classes supported for <code class="highlighter-rouge">footerStyle</code>.</li>
  886. <li><strong>Update(js):</strong> Fixed IE11 transform bug.</li>
  887. <li><strong>Update(js):</strong> Removed beginning and end whitespace from td.</li>
  888. <li><strong>Update(export extension):</strong> Fixed export selected bug.</li>
  889. </ul>
  890. <h2 id="bootstrap-table-1134">Bootstrap Table 1.13.4</h2>
  891. <p><span class="post-date">05 Feb 2019</span></p>
  892. <ul>
  893. <li><strong>New(sticky-header extension):</strong> Rewrote sticky-header extension to ES6.</li>
  894. <li><strong>New(sticky-header extension):</strong> Added to support bootstrap v4 and <code class="highlighter-rouge">theadClasses</code> option.</li>
  895. <li><strong>New(auto-refresh extension):</strong> Icons update to font-awesome 5.</li>
  896. <li><strong>New(examples):</strong> Added examples Algolia search.</li>
  897. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">theadClasses</code> is not set when a <code class="highlighter-rouge">thead</code> exists.</li>
  898. <li><strong>Update(js):</strong> Fixed table resize after mergeCell the first row.</li>
  899. <li><strong>Update(cookie extension):</strong> Fixed cookie extension broken bug.</li>
  900. <li><strong>Update(cookie extension):</strong> Fixed cookie extension unicode encode bug.</li>
  901. <li><strong>Update(package):</strong> Added <code class="highlighter-rouge">sass</code> devDependencies.</li>
  902. </ul>
  903. <h2 id="bootstrap-table-1133">Bootstrap Table 1.13.3</h2>
  904. <p><span class="post-date">28 Jan 2019</span></p>
  905. <ul>
  906. <li><strong>New(js):</strong> Supported full table classes of bootstrap v4.</li>
  907. <li><strong>New(css):</strong> Updated bootstrap-table.css to scss.</li>
  908. <li><strong>New(accent-neutralise extension):</strong> Updated accent-neutralise extension to ES6.</li>
  909. <li><strong>New(addrbar extension):</strong> Updated addrbar extension to ES6 and supported attribute option.</li>
  910. <li><strong>New(group-by-v2 extension):</strong> New <code class="highlighter-rouge">groupByFormatter</code> option.</li>
  911. <li><strong>New(pipeline extension):</strong> New pipeline extension <code class="highlighter-rouge">bootstrap-table-pipeline</code>.</li>
  912. <li><strong>Remove(js):</strong> Removed <code class="highlighter-rouge">striped</code> option and use classes instead.</li>
  913. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">locale</code> option bug.</li>
  914. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">sortClass</code> option bug.</li>
  915. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">sortStable</code> option cannot work bug.</li>
  916. <li><strong>Update(js):</strong> Improved built-in sort function and <code class="highlighter-rouge">customSort</code> logic.</li>
  917. <li><strong>Update(js):</strong> Fixed horizontal scrollbar bug.</li>
  918. <li><strong>Update(cookie extension):</strong> Improved cookie extension code.</li>
  919. </ul>
  920. <h2 id="bootstrap-table-1132">Bootstrap Table 1.13.2</h2>
  921. <p><span class="post-date">18 Jan 2019</span></p>
  922. <ul>
  923. <li><strong>New(js):</strong> Added <code class="highlighter-rouge">paginationSuccessivelySize</code>, <code class="highlighter-rouge">paginationPagesBySide</code> and <code class="highlighter-rouge">paginationUseIntermediate</code> pagination options.</li>
  924. <li><strong>New(cookie extension):</strong> Updated cookie extension to ES6.</li>
  925. <li><strong>New(cookie extension):</strong> Saved <code class="highlighter-rouge">filterBy</code> method.</li>
  926. <li><strong>New(filter-control extension):</strong> Added <code class="highlighter-rouge">placeholder</code> as a empty option to the select controls.</li>
  927. <li><strong>New(filter-control extension):</strong> Added <code class="highlighter-rouge">clearFilterControl</code> method in order to clear all filter controls.</li>
  928. <li><strong>New(docs)</strong> Added algolia search.</li>
  929. <li><strong>Update(js):</strong> Fixed sort column shows hidden rows in <code class="highlighter-rouge">server</code> side pagination bug.</li>
  930. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">scrollTo</code> bug.</li>
  931. <li><strong>Update(css):</strong> Fixed no-bordered problem of bootstrap v4.</li>
  932. <li><strong>Update(filter-control extension):</strong> Added bootstrap v4 icon support.</li>
  933. </ul>
  934. <h2 id="new-website-for-bootstrap-v4">New Website for Bootstrap v4</h2>
  935. <p><span class="post-date">10 Jan 2019</span></p>
  936. <p>Bootstrap has released the latest version v4.2.1. Since Bootstrap Table has been mainly used for Bootstrap v3, We have rebuilt the official documentation of Bootstrap Table while upgrading the code to Bootstrap v4.</p>
  937. <p>Bootstrap Table Website is a fork of <a href="http://getbootstrap.com/">Bootstrap</a>.</p>
  938. <h3 id="whats-new">What’s new</h3>
  939. <p>Here are the highlights of what’s new and updated in new website.</p>
  940. <ul>
  941. <li><strong>New:</strong> More detailed documentation.</li>
  942. <li><strong>New:</strong> Added Extensions documentation.</li>
  943. <li><strong>New:</strong> Supported for searching documentation.</li>
  944. <li><strong>New:</strong> Added News Menu.</li>
  945. <li><strong>New:</strong> Added New Examples for Bootstrap v4 instead v3.</li>
  946. <li><strong>Update:</strong> Used new API display style instead table.</li>
  947. <li><strong>Remove:</strong> Removed Translation Documentations.</li>
  948. </ul>
  949. <h2 id="bootstrap-table-1131">Bootstrap Table 1.13.1</h2>
  950. <p><span class="post-date">01 Jan 2019</span></p>
  951. <ul>
  952. <li><strong>New(js):</strong> Added <code class="highlighter-rouge">theadClasses</code> option to support bootstrap v4.</li>
  953. <li><strong>New(js):</strong> Updated the default icons to font-awesome 5.</li>
  954. <li><strong>New(locale):</strong> Updated all locales to ES6.</li>
  955. <li><strong>New(editable extension):</strong> Updated <code class="highlighter-rouge">bootstrap-table-editable</code> to ES6.</li>
  956. <li><strong>New(filter-control extension):</strong> Updated <code class="highlighter-rouge">bootstrap-table-filter-control</code> to ES6.</li>
  957. <li><strong>New(treegrid extension):</strong> Added <code class="highlighter-rouge">rootParentId</code> option.</li>
  958. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">getHiddenRows</code> method bug.</li>
  959. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">getOptions</code> method to remove data property.</li>
  960. <li><strong>Update(js):</strong> Fixed no matches display error.</li>
  961. <li><strong>Update(js):</strong> Fixed eslint warning and error.</li>
  962. <li><strong>Update(locale):</strong> Improved <code class="highlighter-rouge">es-ES</code> locale.</li>
  963. <li><strong>Update(filter-control extension):</strong> Fixed multiple choice bug.</li>
  964. <li><strong>Update(filter-control extension):</strong> Fixed select all rows and <code class="highlighter-rouge">keyup</code> event error.</li>
  965. <li><strong>Update(export extension):</strong> Fixed export in cardView display error.</li>
  966. </ul>
  967. <h2 id="bootstrap-table-1130">Bootstrap Table 1.13.0</h2>
  968. <p><span class="post-date">27 Dec 2019</span></p>
  969. <ul>
  970. <li><strong>New(js):</strong> Updated bootstrap-table to ES6.</li>
  971. <li><strong>New(locale):</strong> Added <code class="highlighter-rouge">fi-FI.js</code> locale.</li>
  972. <li><strong>New(build):</strong> Used babel instead of grunt.</li>
  973. <li><strong>New(filter-control):</strong> Added <code class="highlighter-rouge">created-controls.bs.table</code> event to filter-control.</li>
  974. <li><strong>New(export extension):</strong> Updated export extension to ES6.</li>
  975. <li><strong>New(export extension):</strong> Added export extension support bootstrap v4.</li>
  976. <li><strong>New(export extension):</strong> Added <code class="highlighter-rouge">exportTable</code> method.</li>
  977. <li><strong>New(toolbar extension):</strong> Updated toolbar extension to ES6.</li>
  978. <li><strong>New(toolbar extension):</strong> Added toolbar extension supports bootstrap v4.</li>
  979. <li><strong>New(toolbar extension):</strong> Added server sidePagination support</li>
  980. <li><strong>New(resizable extension):</strong> Released new resizable extension version 2.0.0.</li>
  981. <li><strong>New(editable extension):</strong> Allowed different x-editable configuration per table row.</li>
  982. <li><strong>New(addrbar extension):</strong> Added addrbar extension.</li>
  983. <li><strong>Update(js):</strong> Improved <code class="highlighter-rouge">check/uncheck</code> methods</li>
  984. <li><strong>Update(js):</strong> Fixed cookie with <code class="highlighter-rouge">pageNumber</code> and <code class="highlighter-rouge">searchText</code> bug.</li>
  985. <li><strong>Update(js):</strong> Fix <code class="highlighter-rouge">selections</code> bugs.</li>
  986. <li><strong>Update(js):</strong> Added <code class="highlighter-rouge">customSearch</code> support data attribute.</li>
  987. <li><strong>Update(js):</strong> Fixed can’t search data with formatter.</li>
  988. <li><strong>Update(js):</strong> Fixed <code class="highlighter-rouge">getRowByUniqueId</code> error when row unique id is undefined.</li>
  989. <li><strong>Update(js):</strong> Fixed older bootstrap version bug.</li>
  990. <li><strong>Update(css):</strong> Removed toolbar line-height.</li>
  991. <li><strong>Update(css):</strong> Limited fullscreen CSS rule scope.</li>
  992. <li><strong>Update(editable extension):</strong> Fixed editable formatter bug.</li>
  993. <li><strong>Update(extension):</strong> Fixed bug with export extension together.</li>
  994. <li><strong>Update(extension):</strong> Removed click-edit-row and flat-json extensions.</li>
  995. </ul>
  996. </main>
  997. <footer class="bd-footer text-muted">
  998. <div class="container-fluid p-3 p-md-5">
  999. <ul class="bd-footer-links">
  1000. <li><a href="https://github.com/wenzhixin/bootstrap-table" target="_blank">GitHub</a></li>
  1001. <li><a href="https://twitter.com/wenzhixin2010" target="_blank">Twitter</a></li>
  1002. <li><a href="http://wenzhixin.net.cn" target="_blank">My website</a></li>
  1003. <li><a href="http://repos.wenzhixin.net.cn" target="_blank">My repos</a></li>
  1004. <li><a href="http://stackoverflow.com/questions/tagged/bootstrap-table" target="_blank">Questions / Helps</a></li>
  1005. <li><a href="mailto:wenzhixin2010@gmail.com">Email</a></li>
  1006. </ul>
  1007. <p>
  1008. Bootstrap Table Website is a fork of <a href="http://getbootstrap.com/">Bootstrap</a>.
  1009. This fork is developed and maintained by <a href="https://github.com/wenzhixin">@wenzhixin</a>.
  1010. </p>
  1011. <p>
  1012. Currently v1.23.5, Code licensed <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE" target="_blank">MIT</a>,
  1013. docs <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
  1014. </div>
  1015. </footer>
  1016. <script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
  1017. <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
  1018. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js"></script>
  1019. <script async defer src="https://buttons.github.io/buttons.js"></script><script src="https://gg.wenzhixin.net.cn/bootstrap-table/gg.js"></script>
  1020. <script src="/assets/js/docs.min.js?m=1"></script>
  1021. <!-- Global site tag (gtag.js) - Google Analytics -->
  1022. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-132747866-1"></script>
  1023. <script>
  1024. window.dataLayer = window.dataLayer || []
  1025. function gtag() {window.dataLayer.push(arguments)}
  1026. gtag('js', new Date())
  1027. gtag('config', 'UA-132747866-1')
  1028. </script>
  1029. </body>
  1030. </html>