Skip to content

Commit

Permalink
DataTable frozen row description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 23, 2023
1 parent 1240251 commit d8882ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/doc/datatable/scroll/frozenrowsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ export default function FrozenRowsDemo() {
return (
<>
<DocSectionText {...props}>
<p>Frozen Rows demo content.</p>
<p>
Rows can be fixed during scrolling by enabling the <i>frozenValue</i> property.
</p>
</DocSectionText>
<div className="card">
<DataTable value={customers} frozenValue={lockedCustomers} scrollable scrollHeight="400px" tableStyle={{ minWidth: '50rem' }}>
Expand Down

0 comments on commit d8882ae

Please sign in to comment.