use data-table instead lay-table

This commit is contained in:
xiaomlove
2022-09-08 19:14:01 +08:00
parent bbc4d72ea6
commit 7434fb5252
9 changed files with 348 additions and 7 deletions
+22
View File
@@ -3,4 +3,26 @@
return [
'next' => '下一頁 »',
'previous' => '« 上一頁',
"decimal" => "",
"emptyTable" => "無數據",
"info" => "當前展示第 _START_ 至第 _END_ 條,共 _TOTAL_ 條記錄",
"infoEmpty" => "當前展示第 0 條至第 0 條,共 0 條記錄",
"infoFiltered" => "(篩選自 _MAX_ 條記錄)",
"infoPostFix" => "",
"thousands" => ",",
"lengthMenu" => "每頁展示 _MENU_ 條記錄",
"loadingRecords" => "加載中...",
"processing" => "",
"search" => "搜索:",
"zeroRecords" => "沒有發現任何匹配的記錄",
"paginate" => [
"first" => "首頁",
"last" => "尾頁",
"next" => "下一頁",
"previous" => "上一頁"
],
"aria" => [
"sortAscending" => ": 升序排序",
"sortDescending"=> ": 降序排序"
]
];