material-react-table 1.3.5 → 1.3.7

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
@@ -3,7 +3,7 @@
3
3
  <a href="https://npmjs.com/package/material-react-table" target="_blank">
4
4
  <img alt="" src="https://badgen.net/npm/v/material-react-table?color=blue" />
5
5
  </a>
6
- <a href="https://npmjs.com/package/material-react-table" target="_blank">
6
+ <a href="https://npmtrends.com/material-react-tablee" target="_blank">
7
7
  <img alt="" src="https://badgen.net/npm/dt/material-react-table?label=installs&icon=npm&color=blue" />
8
8
  </a>
9
9
  <a href="https://bundlephobia.com/result?p=material-react-table" target="_blank">
@@ -461,7 +461,7 @@ export declare type MaterialReactTableProps<TData extends Record<string, any> =
461
461
  enableToolbarInternalActions?: boolean;
462
462
  enableTopToolbar?: boolean;
463
463
  expandRowsFn?: (dataRow: TData) => TData[];
464
- getRowId?: (originalRow: MRT_Row<TData>, index: number, parentRow: MRT_Row<TData>) => string;
464
+ getRowId?: (originalRow: TData, index: number, parentRow: MRT_Row<TData>) => string;
465
465
  globalFilterFn?: MRT_FilterOption;
466
466
  globalFilterModeOptions?: MRT_FilterOption[] | null;
467
467
  icons?: Partial<MRT_Icons>;