ng-fusion-ui 0.7.52 → 0.7.53
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/README.md
CHANGED
|
@@ -52,6 +52,7 @@ A flexible data table component with client/server pagination, sorting, column v
|
|
|
52
52
|
- **paginator:** `boolean` — show pagination controls (default: `true`).
|
|
53
53
|
- **loading:** `boolean` — show loading skeletons (default: `false`).
|
|
54
54
|
- **disablePaginator:** `boolean` — disable paginator interaction (default: `false`).
|
|
55
|
+
- **pageSizeOptions:** `number[]` — options for page size selection in the paginator (default: `[5,10,15,20]`).
|
|
55
56
|
- **resetQuery:** `any` — change to reset pagination to first page.
|
|
56
57
|
- **resetQueryOnInit:** `boolean` — resets page index to 0 on component initialization (default: `false`).
|
|
57
58
|
- **responsive:** `boolean` — responsive layout (default: `true`).
|