Skip to content

Commit 705005e

Browse files
committed
Add limitations
1 parent 76db0e2 commit 705005e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/mantine-react-table-docs/components/prop-tables/columnOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const columnOptions: ColumnOption[] = [
139139
{
140140
columnOption: 'enableCellHoverReveal',
141141
defaultValue: '',
142-
description: 'Enable or disable cell hover reveal for this column.',
142+
description: 'Enable or disable cell hover reveal for this column. There are some limitations to this feature. Passing props through mantineTableBodyCellProps might not work as expected. For example, passing align:\'right\' to mantineTableBodyCellProps would not be applied.',
143143
link: '',
144144
linkText: '',
145145
source: 'MRT',

0 commit comments

Comments
 (0)