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
But I am getting an error can't find props of null.
A quick look at the code, I can see such code: column.props.label or column.props.value.
I want whether there is a better way of doing it, or if It is possible to add another prop like hide which will receive a boolean to hide or not the ExcelColumn from export
The text was updated successfully, but these errors were encountered:
coolbeatz71
changed the title
How to conditionally hide a column from dispay
How to conditionally hide a ExcelColumn from dispay
Apr 14, 2021
coolbeatz71
changed the title
How to conditionally hide a ExcelColumn from dispay
How to conditionally hide a Workbook.Column from dispay
Apr 14, 2021
I would like to hide a column using a condition:
But I am getting an error
can't find props of null
.A quick look at the code, I can see such code:
column.props.label
orcolumn.props.value
.I want whether there is a better way of doing it, or if It is possible to add another prop like
hide
which will receive a boolean to hide or not the ExcelColumn from exportThe text was updated successfully, but these errors were encountered: