1
2
3
4
5
6
7
8
9
10
11
12
13
| # Table Natural Sorting
|
| Use Plugin: [bootstrap-table-natural-sorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting)
|
| ## Usage
|
| ```html
| <script src="extensions/natural-sorting/bootstrap-table-natural-sorting.js"></script>
| ```
|
| ### Options
|
| * Just add data-sorter="alphanum" to any th
|
|