If you find yourself repeating the same properties over and over again for multiple columns, you can use
defaultColumnProps
(which accepts a subset of
column properties) to set them once and use as a fallback for all columns:
In certain scenarios, you can also use a render fallback function. Head over to the next example to learn more.