Skip to content

Commit b93025b

Browse files
committed
fix: highlightRows
1 parent 2d5862c commit b93025b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Tablet/components/TabletTable/TabletTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const getColumns: (props: {
7272

7373
const TABLE_SETTINGS = {
7474
displayIndices: false,
75+
highlightRows: true,
7576
};
7677

7778
interface TabletTableProps {

0 commit comments

Comments
 (0)