-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: colspan build #7780
fix: colspan build #7780
Conversation
@@ -5041,11 +5040,3 @@ export let tableTests = () => { | |||
}; | |||
|
|||
describe('TableView', tableTests); | |||
|
|||
describe('TableView with expandable rows flag on', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just moved these to another file so that the tests run faster
@@ -79,20 +79,6 @@ export class GridCollection<T> implements IGridCollection<T> { | |||
|
|||
if (last) { | |||
last.nextKey = null; | |||
|
|||
if (rowHasCellWithColSpan && node.type === 'item') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved this check back to Table's domain, it's old collections, so not too worried about colSpan on anything other than Tables in v3
it was counting something about expandable rows as an extra column in the dynamic rendering, though I'm not entirely sure why
Closes
noticed that our verdaccio build on main was failing
✅ Pull Request Checklist:
📝 Test Instructions:
🧢 Your Project: