Skip to content

Commit

Permalink
docs(EuiBasicTable): updated propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshuchittora committed Mar 20, 2020
1 parent 1b74639 commit bc51658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/tables/basic/props_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const propsInfo = {
description:
'Describes how to extract a unique ID from each item, used for selections & expanded rows',
required: false,
type: { name: 'string | (item) => string' },
type: { name: 'string | number | (item) => string' },
},
itemIdToExpandedRowMap: {
description:
Expand Down

0 comments on commit bc51658

Please sign in to comment.