komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
http://ka-table.com
MIT License
788 stars 58 forks source link

Add noData setting #289

Closed komarovalexander closed 1 year ago

komarovalexander commented 1 year ago
        noData={{
          text: 'No Data Found',
          hideHeader: boolean, // hide table header in case of no data
        }}