@snowpact/react-tanstack-query-table 1.7.5 → 1.7.6

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -112,6 +112,7 @@ export declare interface DataTableUIOptions<T extends object> {
112
112
  enableSorting?: boolean;
113
113
  enableColumnConfiguration?: boolean;
114
114
  enablePagination?: boolean;
115
+ enableResponsive?: boolean;
115
116
  paginationSizes?: number[];
116
117
  texts?: {
117
118
  searchPlaceholder?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowpact/react-tanstack-query-table",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "Ultra-light, registry-based data table for React, TanStack Table and TanStack Query",
5
5
  "author": "Snowpact",
6
6
  "license": "MIT",