Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX interactive grid - Jquery after column sorting

Tyagi TusharJul 3 2023

I have an interactive grid which can be sorted on few columns.

I want to execute a jquery script every time after a column is sorted but i am unable to find the event after which my script should be executed.

So i need to execute something like :

$("'#my_ig").on( "interactivegridsorting", function( e ) {
execute_my_js();
});

Any help is highly appreciated. Thanks in advance!

This post has been answered by Hamza Al-abbasi on Jul 4 2023
Jump to Answer
Comments
Post Details
Added on Jul 3 2023
6 comments
472 views