Skip to content

Commit

Permalink
Fix issue triggering edit event on Tabulator
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 29, 2021
1 parent 640b4c2 commit c77b08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel/models/tabulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ export class DataTabulatorView extends PanelHTMLBoxView {
comm_settings.debounce = true
this._tabulator_cell_updating = false
}
console.log('edited', field, index)
this.model.trigger_event(new TableEditEvent(field, index))
}
}
Expand Down

0 comments on commit c77b08b

Please sign in to comment.