ka-table
ka-table copied to clipboard
Make ITableProps a generic
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.