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

Make ITableProps a generic #343

Closed LavaRiddle closed 7 months ago

LavaRiddle commented 1 year ago

I'm working with ka-table in a project, I think having ITableProps interface as generic would be helpful as then you can pass in the type for the data?: any[] prop.

komarovalexander commented 7 months ago

@LavaRiddle maybe a bit late, but done 🙂 thanks for the proposal