Closed LavaRiddle closed 7 months 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.
ITableProps
data?: any[]
@LavaRiddle maybe a bit late, but done 🙂 thanks for the proposal
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 thedata?: any[]
prop.