-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
rowKey mandatory on OTable since version 0.9.0 #1105
Comments
Hey, I cannot reproduce this with my stack. The docs work fine too. |
Will work in a minimal case and get back, will take some time. |
The smallet possible case for testing an OTable with and without row-key. the pruebas.ts file
the pruebas.vue file
runing with vite dev mode, this example works fine, the table is displayed without problems, but if the row-key prop is removed from the oruga table component, this message appears on the Chrome console: the vite.config.js file is
the package.json is this:
If any other information is need, just let me know to post it. |
related to #1136 |
Overview of the problem
Oruga version: 0.9.0
Vuejs version: 3.5.12
OS/Browser: not related
Description
Whe an OTable dos not have a rowKey defined the following error is reported by the browser:
TypeError: crypto.randomUUID is not a function
Steps to reproduce
Create an OTable component without rowKey defined and try to load data, then on the browser console the error will be displayed.
Expected behavior
Expected that this error dos not showed up as in previous versions of oruga.
Actual behavior
The table does not load data until a rowKey is defined
The text was updated successfully, but these errors were encountered: