Skip to content

Commit

Permalink
fix(docs): fix the name of the worksheet props (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-apostoliuk authored Jun 21, 2022
1 parent 0b86cd9 commit 8303cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/PropTables/WorksheetPropTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const worksheetProps: Prop[] = [
required: true,
},
{
name: 'expandableItems',
name: 'expandableRows',
types: '[key: string]: Array<string | number>;',
description:
'Accepts an object with parent ids as keys and an array of child ids that will be hidden on render.',
Expand Down

0 comments on commit 8303cdd

Please sign in to comment.