Skip to content

Commit d56e6ff

Browse files
committed
Provide explicit container
1 parent 7ef88e1 commit d56e6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/models/tabulator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ export class DataTabulatorView extends HTMLBoxView {
824824
paginationMode: this.model.pagination,
825825
paginationSize: this.model.page_size || 20,
826826
paginationInitialPage: 1,
827-
popupContainer: true,
827+
popupContainer: this.container,
828828
groupBy: this.groupBy,
829829
frozenRows: (row: any) => {
830830
return (this.model.frozen_rows.length > 0) ? this.model.frozen_rows.includes(row._row.data._index) : false

0 commit comments

Comments
 (0)