Server side sorting

Hello. Is there a snippet available that implements server-side sorting in which the sort caret still exists? Using beforeColumnSort hook and returning false prevents the caret from rendering.

Hi @anthony.agostino

We don’t have any server-side examples, but in general in this case you would also need to use the plugin’s methods like, getSortConfigand setSortConfig.