komarovalexander / ka-table

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

Add oddEvenRows to enable odd and even row styles #434

Closed komarovalexander closed 1 month ago

komarovalexander commented 1 month ago

428

use oddEvenRows to enable rows alternation styles

  <Table 
     //....
     oddEvenRows={true}
   />