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
_paginationPosition="both"
Die Prop _paginationPosition="both" führt dazu, dass ja ein Navigationselement für die Pagination vor und nach der Tabelle gerendert werden.
Diese haben zur Zeit identische Label, was den Fehler There already is a nav element with the label "Paginierung für die Tabelle ..." provoziert.
There already is a nav element with the label "Paginierung für die Tabelle ..."
TBD:
Reproduktion: https://stackblitz.com/edit/vitejs-vite-xnjd8nmk?file=src%2FApp.tsx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Die Prop
_paginationPosition="both"
führt dazu, dass ja ein Navigationselement für die Pagination vor und nach der Tabelle gerendert werden.Diese haben zur Zeit identische Label, was den Fehler
There already is a nav element with the label "Paginierung für die Tabelle ..."
provoziert.TBD:
Reproduktion: https://stackblitz.com/edit/vitejs-vite-xnjd8nmk?file=src%2FApp.tsx
The text was updated successfully, but these errors were encountered: