react-tisch icon indicating copy to clipboard operation
react-tisch copied to clipboard

Accept a null element instead of a <Column>

Open aweller opened this issue 7 years ago • 0 comments

In some cases certain columns are conditionally added to a table. Currently react-tisch only accepts an empty array, but not an 'undefined' or a 'null'.

This is unintuitive and makes one-liners like '{conditionalColumn && conditionalColumn}' impossible.

aweller avatar Nov 29 '16 09:11 aweller