Skip to content

Commit ba47027

Browse files
committed
Set Tabulator to render into explicit popup container
1 parent d4f7d68 commit ba47027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panel/models/tabulator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ export class DataTabulatorView extends HTMLBoxView {
751751
paginationMode: this.model.pagination,
752752
paginationSize: this.model.page_size || 20,
753753
paginationInitialPage: 1,
754+
popupContainer: true,
754755
groupBy: this.groupBy,
755756
frozenRows: (row: any) => {
756757
return (this.model.frozen_rows.length > 0) ? this.model.frozen_rows.includes(row._row.data._index) : false

0 commit comments

Comments
 (0)