8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b272f commit 51feaa2Copy full SHA for 51feaa2
panel/models/tabulator.ts
@@ -460,8 +460,9 @@ export class DataTabulatorView extends PanelHTMLBoxView {
460
const bg = style.backgroundColor
461
const neg_margin = "-" + rowEl.style.paddingLeft
462
const row_view = div({style: "background-color: " + bg +"; margin-left:" + neg_margin})
463
+ row.getElement().appendChild(row_view);
464
+ (view as any)._parent = this
465
view.renderTo(row_view)
- row.getElement().appendChild(row_view)
466
}
467
468
_expand_render(cell: any): string {
0 commit comments