afterServerSideSort Event
Arguments
- eobject
An object that contains the following properties:
- columnstring
The column that was selected.
- directionstring
The sort direction. Will be either 'a' (ascending) or 'd' (descending).
Description
Fires before the user tries to do a server-side sort action by clicking on a column heading. Direction is 'a' or 'd'.
See Also