Skip to content

Commit

Permalink
Ensure tabulator extension is loaded (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 12, 2021
1 parent 8e18de7 commit 1bb222c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lumen/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ class Table(View):

view_type = 'table'

_extension = 'tabulator'

def get_panel(self):
return pn.widgets.tables.Tabulator(**self._get_params())

Expand Down

0 comments on commit 1bb222c

Please sign in to comment.