Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/primefaces/primevue
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Mar 14, 2024
2 parents 3964a27 + 8ef3971 commit 0e4aba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/datatable/BaseDataTable.vue
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 0e4aba7

Please sign in to comment.