JavaScript

canSetRowsPerPage

Description

Fires when the user tries to set the number of rows per page. If the event returns false, the action is cancelled.

To prevent the user from changing the number of rows shown per page, the event can return false. For example:

return false;