@expcat/tigercat-core 2.0.0-preview.3 → 2.0.0-preview.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -436,6 +436,14 @@ interface PaginationConfig {
|
|
|
436
436
|
* Total number of items
|
|
437
437
|
*/
|
|
438
438
|
total?: number;
|
|
439
|
+
/**
|
|
440
|
+
* Remote (server-side) pagination mode. When true, `dataSource` is treated
|
|
441
|
+
* as the current page and the table skips internal slicing; page count and
|
|
442
|
+
* range text are derived from `total`. Built-in sorting/filtering only
|
|
443
|
+
* affects the current page — perform them server-side instead.
|
|
444
|
+
* @default false
|
|
445
|
+
*/
|
|
446
|
+
remote?: boolean;
|
|
439
447
|
/**
|
|
440
448
|
* Available page size options
|
|
441
449
|
* @default [10, 20, 50, 100]
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { D as downloadCsv, G as downloadExcel, H as downloadTableExport, I as exportTableData, J as exportTableToCsv, K as exportTableToExcel, L as tableExportButtonClasses } from '../table-export-
|
|
1
|
+
export { D as downloadCsv, G as downloadExcel, H as downloadTableExport, I as exportTableData, J as exportTableToCsv, K as exportTableToExcel, L as tableExportButtonClasses } from '../table-export-_tTBizGw.js';
|
|
2
2
|
import '../locale-DKOXT9k0.js';
|
|
3
3
|
import '../datepicker-Digy7Stt.js';
|