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
difficult to get two columns aligned with two table.
in source code 578 line
if (istable) { let tableElements = []; if (this.$scopedSlots['thead'] !== void 0) { tableElements.push(this.$scopedSlots['thead']()); } tableElements.push(h('tbody', list)); list = [h('table', tableElements)] }
The text was updated successfully, but these errors were encountered:
Why not directly construct the entire container through a callback? table/colgroup/thead/tbody/blabla...
function callback(h, list) list { table/colgroup/thead/tbody/blabla... }
Oh. May also need to feedback an extra heights.
Sorry, something went wrong.
Table still has many questions, I plan in the future, but not soon, I want close this temporary.
No branches or pull requests
difficult to get two columns aligned with two table.
in source code 578 line
The text was updated successfully, but these errors were encountered: