Skip to content

Commit

Permalink
fix(ktableview, ktabledata): row-attrs prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Oct 29, 2024
1 parent ff834a4 commit 2e12761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ interface TablePropsShared {
/**
* A function that conditionally specifies row attributes on each row
*/
rowAttrs?: (row: Record<string, any>) => Record<string, string>
rowAttrs?: (row: Record<string, any>) => Record<string, any>
/**
* A function that conditionally turns a row into a link
*/
Expand Down

0 comments on commit 2e12761

Please sign in to comment.