layout: docs title: Table Multiple Sort description: Table Multiple Sort extension of Bootstrap Table. group: extensions
{% highlight html %} {% endhighlight %}
type: Boolean
Detail:
Set true to allow the multiple sort.
falsetype: Boolean
Detail:
Set false to hide multiple sort UI button.
truetype: Boolean
Detail:
Set true to enable strict sorting. This means that strings will be compared and ordered using toLowerCase.
falsetype: 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"
}
]
Title of the advanced search modal
Multiple SortText of the add level button
Add LevelText of the delete level button
Delete LevelText of Column header
ColumnText of the delete level button
OrderText of the delete level button
Sort byText of the delete level button
Then byText of the delete level button
SortText of the delete level button
CancelTitle of the duplicate alert
Duplicate(s) detected!Text of the duplicate alert
Please remove or change any duplicate column.Text of the sort orders
Ascending and desc : Descending