Skip to content

Commit

Permalink
Add default localStorage keys prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed Apr 4, 2024
1 parent 6558706 commit 8926779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function DataTable<T>({
verticalAlign = 'center',
fetching,
columns,
storeColumnsKey,
storeColumnsKey = 'mantine-datatable',
groups,
pinFirstColumn,
pinLastColumn,
Expand Down

0 comments on commit 8926779

Please sign in to comment.