DataTable: size variant still using hardcode size #6738
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
The datatable size variant (
p-datatable-sm
,p-datatable-lg
) still using fixed valueprimevue/packages/primevue/src/datatable/style/DataTableStyle.js
Lines 505 to 543 in d204105
Reproducer
https://stackblitz.com/edit/primevue-4-ts-vite-issue-template-qackuo?file=src%2FApp.vue
PrimeVue version
4.2.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
use Datatable component and assign the size property to small or large
Expected behavior
It should respect the new V4 design architecture
The text was updated successfully, but these errors were encountered: