0
有沒有辦法在動態加載數據後刷新tablesorter容器,以刪除任何舊的或緩存的頁面數據。重新初始化或刷新tablessorter容器
.tablesorterPager({
container: $("#pager"),
positionFixed: false,
size:20
})
;
有沒有辦法在動態加載數據後刷新tablesorter容器,以刪除任何舊的或緩存的頁面數據。重新初始化或刷新tablessorter容器
.tablesorterPager({
container: $("#pager"),
positionFixed: false,
size:20
})
;
刷新表和數據剛剛需要觸發的更新:
$(".tablesorter").trigger("update");