Это варианты, которые я использую в настоящее время: < /p>
Код: Выделить всё
options = {
"sortInitialOrder":"asc",
"sortRestart":true,
"sortList":[[1,0],[5,0]],
"textExtraction":"basic",
"sortLocaleCompare":true,
"debug":"core filter", // => core and filter widget debugging
"widgets":["filter"],
"widgetOptions":{
"filter_childRows":true,
"filter_cssFilter":"tablesorter-filter",
"filter_ignoreCase":true
}
}
$('#works-table').tablesorter(options);
Подробнее здесь: https://stackoverflow.com/questions/796 ... -in-filter
Мобильная версия