Skip to content

Commit

Permalink
update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored and philippjfr committed Aug 9, 2022
1 parent c5d326e commit ed9b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reference/widgets/Tabulator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"\n",
"##### Properties\n",
"\n",
"* **``current_view``** (``DataFrame``): The current view of the table that is displayed, i.e. after sorting and filtering are applied\n",
"* **``current_view``** (``DataFrame``): The current view of the table that is displayed, i.e. after sorting and filtering are applied. `current_view` isn't guaranteed to be in sync with the displayed current view when sorters are applied and values are edited, in which case `current_view` is sorted while the displayed table isn't.\n",
"* **``selected_dataframe``** (``DataFrame``): A DataFrame reflecting the currently selected rows.\n",
"\n",
"##### Callbacks\n",
Expand Down

0 comments on commit ed9b758

Please sign in to comment.