Skip to content

Commit

Permalink
Merge pull request #5414 from shtse8/DataTable_rowClass_fix
Browse files Browse the repository at this point in the history
Fix `rowClass` Type Definition in `DataTable`
  • Loading branch information
tugcekucukoglu authored Mar 14, 2024
2 parents ec04c03 + ce102fa commit 8ef3971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/datatable/BaseDataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ export default {
default: null
},
rowClass: {
type: [String, Object],
type: Function,
default: null
},
rowStyle: {
type: Object,
type: Function,
default: null
},
scrollable: {
Expand Down

0 comments on commit 8ef3971

Please sign in to comment.