2024-06-07 10:33:22 +02:00
|
|
|
$(function () {
|
|
|
|
|
|
|
|
$("#musiques").tablesorter({
|
|
|
|
theme: "minimal",
|
|
|
|
widgets: ["zebra", "filter"],
|
|
|
|
ignoreCase: true,
|
|
|
|
sortLocaleCompare : true,
|
2024-06-20 21:39:07 +02:00
|
|
|
emptyTo: 'emptyMin',
|
|
|
|
sortList : [[0,0]]
|
2024-06-07 10:33:22 +02:00
|
|
|
});
|
|
|
|
|
|
|
|
});
|