We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step to reproduce
TableDoc.vue
diff --git a/src/views/uikit/TableDoc.vue b/src/views/uikit/TableDoc.vue index 5161fff..7b079e1 100644 --- a/src/views/uikit/TableDoc.vue +++ b/src/views/uikit/TableDoc.vue @@ -146,8 +146,10 @@ function calculateCustomerTotal(name) { <div class="font-semibold text-xl mb-4">Filtering</div> <DataTable :value="customers1" - :paginator="true" :rows="10" + scrollable + scrollHeight="400px" + :virtualScrollerOptions="{ itemSize: 46 }" dataKey="id" :rowHover="true" v-model:filters="filters1"
Workaround
Add the following style:
table.p-datatable-table { border-collapse: separate; }
See also: primefaces/primevue#6091
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Step to reproduce
TableDoc.vue
Workaround
Add the following style:
See also: primefaces/primevue#6091
The text was updated successfully, but these errors were encountered: