layout: docs title: Table Multiple Sort description: Table Multiple Sort extension of Bootstrap Table. group: extensions
{% highlight html %} {% endhighlight %}
attribute: data-show-multi-sort
type: Boolean
Detail:
Set true to allow the multiple sort.
falseattribute: data-show-multi-sort-button
type: Boolean
Detail:
Set false to hide multiple sort UI button.
trueattribute: data-multi-sort-strict-sort
type: Boolean
Detail:
Set true to enable strict sorting. This means that strings will be compared and ordered using toLowerCase.
falseattribute: data-sort-priority
type: Object
Detail:
Set one or multiple sort priority. Example: '[{"sortName": "forks_count","sortOrder":"desc"},{"sortName":"stargazers_count","sortOrder":"desc"}]'
glyphicon-sortglyphicon-plusglyphicon-minusparameters: none
Detail:
Force mutltiple sort table (usable after manual data changes).
parameters: sortPriority
Detail:
Set one or multiple sort priority
Example:
[
{
"sortName": "forks_count",
"sortOrder": "desc"
},
{
"sortName": "stargazers_count",
"sortOrder": "asc"
}
]
Text of the add level button
Add LevelText of the delete level button
CancelText of Column header
ColumnText of the delete level button
Delete LevelTitle of the duplicate alert
Duplicate(s) detected!Text of the duplicate alert
Please remove or change any duplicate column.Title of the advanced search modal
Multiple SortText of the delete level button
OrderText of the delete level button
SortText of the delete level button
Sort byText of the sort orders
Ascending and desc : DescendingText of the delete level button
Then by