ngduc / react-tabulator

React Tabulator is based on tabulator - a JS table library with many advanced features.
https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js
MIT License
366 stars 84 forks source link

How can i hide empty rows or not display them and how to disable tickbox #231

Open Abhijeet501 opened 3 years ago

Abhijeet501 commented 3 years ago

How can i hide empty rows or not display them?
I cant find anything related to disable tickbox based on the cell values. How can i generally disable a column including header. All I see in documentation is on frozen row and columns but nothing on disabling cell or column. Am I missing something any idea or help is appreciated thank you