-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Bug]: table add HTMLAttributes #6176
Comments
You have two issues here in total. Let me explain the reasons.
|
Affected Packages
Version(s)
vue:^3.5.13
Bug Description
i try to add HTMLAttributes,use your methods:
it work,but when i try to put 'resizable 'into the configure,that's when it become:
the 'HTMLAttributes' become failure,
and when i try to put something customize attrs like :
it dosen't work too.
that is to say:
when i add "resizable" or "allowTableNodeSelection"(this atts i try too) to table.configure,it will cause the failure of the atts:"HTMLAttributes"
and by the way:
the function become String in web,i think everytime i create a table i will add a different data-node-id,like 'data-node-id: table-jfc5mwe',instead of a String: 'data-node-id': () =>
table-${Math.random().toString(36).slice(2, 9)}
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
all the atts you show should not be mutually exclusive
Additional Context (Optional)
No response
Dependency Updates
The text was updated successfully, but these errors were encountered: