Skip to content

Commit

Permalink
Documentation update: onLoadSuccess
Browse files Browse the repository at this point in the history
  • Loading branch information
utilmind committed Apr 28, 2024
1 parent e6bf229 commit 614bfde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {

- **Detail:**

It fires when remote data is loaded successfully. The parameters contain:
It fires when remote data is loaded successfully, before the data rendered in the table. The parameters contain:

* `data`: the remote data.
* `data`: the remote data. It can be modified (processed) in this event handler before actual loading into the table.
* `status`: the status code of `jqXHR`.
* `jqXHR`: jqXHR object, which is a super set of the XMLHTTPRequest object. For more information, see the [jqXHR Type](http://api.jquery.com/Types/#jqXHR).

Expand Down

0 comments on commit 614bfde

Please sign in to comment.