Skip to content

Commit 3e5f31d

Browse files
author
Tim Shawver
committed
A couple of API doc tweaks.
1 parent 5e12f8f commit 3e5f31d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

qgrid/grid.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def on(names, handler):
172172
173173
The reason it's not available on individual qgrid instances is because
174174
the only time it fires is when a new instance is created. This means
175-
it's already donefiring by the time a user has a chance to hook up any
175+
it's already done firing by the time a user has a chance to hook up any
176176
event listeners.
177177
178178
Here's the full list of events that can be listened for via this
@@ -588,7 +588,9 @@ def on(self, names, handler):
588588
effect of certain actions such as scrolling, sorting, and filtering.
589589
590590
* **triggered_by** The name of the event that resulted in rows of
591-
data being sent down to the browser.
591+
data being sent down to the browser. Possible values are
592+
``viewport_changed``, ``filter_changed``, ``sort_changed``,
593+
``add_row``, and ``remove_row``.
592594
* **range** A tuple specifying the range of rows that have been
593595
sent down to the browser.
594596

0 commit comments

Comments
 (0)