react-data-export
react-data-export copied to clipboard
filter columns to remove the empty one (conditional rendering)
when i try to use condtional rendering as shown in the image below
i faced this error in the image below
so to avoid that i tried to remove all falsy columns children, falsy columns like ("" ,null, <></>).