securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 191 forks source link

filter columns to remove the empty one (conditional rendering) #176

Open saeedkhal opened 1 year ago

saeedkhal commented 1 year ago

when i try to use condtional rendering as shown in the image below image i faced this error in the image below image so to avoid that i tried to remove all falsy columns children, falsy columns like ("" ,null, <></>).