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 d4f7d68 commit ba47027Copy full SHA for ba47027
panel/models/tabulator.ts
@@ -751,6 +751,7 @@ export class DataTabulatorView extends HTMLBoxView {
751
paginationMode: this.model.pagination,
752
paginationSize: this.model.page_size || 20,
753
paginationInitialPage: 1,
754
+ popupContainer: true,
755
groupBy: this.groupBy,
756
frozenRows: (row: any) => {
757
return (this.model.frozen_rows.length > 0) ? this.model.frozen_rows.includes(row._row.data._index) : false
0 commit comments