13 lines
260 B
JavaScript
13 lines
260 B
JavaScript
$(function () {
|
|
|
|
$("#musiques").tablesorter({
|
|
theme: "minimal",
|
|
widgets: ["zebra", "filter"],
|
|
ignoreCase: true,
|
|
sortLocaleCompare : true,
|
|
emptyTo: 'emptyMin',
|
|
sortList : [[0,0]]
|
|
});
|
|
|
|
});
|