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
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.
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.