Skip to content

Commit

Permalink
fix: support mobileOptions.render function components allowed in its …
Browse files Browse the repository at this point in the history
…prop types
  • Loading branch information
tkajtoch committed Jul 25, 2023
1 parent 5e65be5 commit 729a23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-docs/src/views/tables/custom/custom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ export default class extends Component<{}, State> {
mobileOptions={{
header: column.label,
...column.mobileOptions,
render: column.mobileOptions?.render?.(item),
}}
>
{child}
Expand Down

0 comments on commit 729a23b

Please sign in to comment.