You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Custom cell renderer. If set, the table will call that component for every cell and pass all required information as props, e.g. the cell value as `props.cell.value`
430
+
* Custom cell renderer. If set, the table will use this component or render the provided string for every cell,
431
+
* passing all necessary information as props, e.g., the cell value as `props.cell.value`.
432
+
*
433
+
* __Note:__ Using a custom component __can impact performance__!
434
+
* If you pass a component, __memoizing it is strongly recommended__, especially for complex components or large datasets.
0 commit comments