@tilde-nlp/ngx-common 8.1.85 → 8.1.86
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.
package/index.d.ts
CHANGED
|
@@ -1179,6 +1179,8 @@ interface PaginatorConfig {
|
|
|
1179
1179
|
enabled: boolean;
|
|
1180
1180
|
/** Initial page when loading table. Might be useful to keep some previously opened state of table. */
|
|
1181
1181
|
initialPage?: number;
|
|
1182
|
+
/** Number of items per page. */
|
|
1183
|
+
pageSize?: number;
|
|
1182
1184
|
showFirstLastButtons?: boolean;
|
|
1183
1185
|
pageSizeOptions?: number[];
|
|
1184
1186
|
showPageSize?: boolean;
|