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
Version: "primevue": "^1.0.0-rc.6",
<DataTable :value="[]"> <template #empty> No records found </template> <Column field="vin" header="Vin"></Column> </DataTable>
Expected Table with empty message: No records found.
Actual: <div class="p-datatable-wrapper"><table role="grid"><thead class="p-datatable-thead"><tr><th tabindex="-1" class=""><!----><!----><span class="p-column-title">Vin</span><!----><!----><!----></th></tr></thead><tbody class="p-datatable-tbody"><tr class="p-datatable-emptymessage"><td colspan="1"></td></tr></tbody><!----></table></div>
<div class="p-datatable-wrapper"><table role="grid"><thead class="p-datatable-thead"><tr><th tabindex="-1" class=""><!----><!----><span class="p-column-title">Vin</span><!----><!----><!----></th></tr></thead><tbody class="p-datatable-tbody"><tr class="p-datatable-emptymessage"><td colspan="1"></td></tr></tbody><!----></table></div>
Example: https://github.com/Kameecoding/datatable
The text was updated successfully, but these errors were encountered:
Please see;
#137
Sorry, something went wrong.
No branches or pull requests
Version: "primevue": "^1.0.0-rc.6",
Expected Table with empty message: No records found.
Actual:
<div class="p-datatable-wrapper"><table role="grid"><thead class="p-datatable-thead"><tr><th tabindex="-1" class=""><!----><!----><span class="p-column-title">Vin</span><!----><!----><!----></th></tr></thead><tbody class="p-datatable-tbody"><tr class="p-datatable-emptymessage"><td colspan="1"></td></tr></tbody><!----></table></div>
Example:
https://github.com/Kameecoding/datatable
The text was updated successfully, but these errors were encountered: