Skip to content

Commit

Permalink
Add limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
laratran committed Dec 10, 2024
1 parent dfead1f commit 198b71e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const columnOptions: ColumnOption[] = [
{
columnOption: 'enableCellHoverReveal',
defaultValue: '',
description: 'Enable or disable cell hover reveal for this column.',
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.',
link: '',
linkText: '',
source: 'MRT',
Expand Down

0 comments on commit 198b71e

Please sign in to comment.