Skip to content

Commit

Permalink
Refactor #2582
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jan 17, 2022
1 parent 078b6d3 commit 8bb7f19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/doc/treetable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2433,6 +2433,12 @@ export const TreeTableResponsiveDemo = () => {
<td>No records found</td>
<td>Text to display when there is no data.</td>
</tr>
<tr>
<td>rowHover</td>
<td>boolean</td>
<td>false</td>
<td>When enabled, background of the rows change on hover.</td>
</tr>
<tr>
<td>showGridlines</td>
<td>boolean</td>
Expand Down
1 change: 1 addition & 0 deletions components/lib/treetable/TreeTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
table-layout: auto;
}

.p-treetable-selectable .p-treetable-tbody > tr,
.p-treetable-hoverable-rows .p-treetable-tbody > tr {
cursor: pointer;
}
Expand Down

0 comments on commit 8bb7f19

Please sign in to comment.