Skip to content

Commit

Permalink
Ensure Tabulator.disabled is initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 25, 2021
1 parent 6ae6b66 commit c173b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel/widgets/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ def _get_properties(self, source):
props['layout'] = self.layout
props['groupby'] = self.groupby
props['hidden_columns'] = self.hidden_columns
props['editable'] = not self.disabled
process = {'theme': self.theme, 'frozen_rows': self.frozen_rows}
props.update(self._process_param_change(process))
if self.pagination:
Expand Down

0 comments on commit c173b5d

Please sign in to comment.