function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
aayushi Singhal 6aayushi Singhal 6 

Jquery method not working on vf page after applying multiple column sorting

Hi,
I am applying a jquery method for editing on all the columns of my table in my vf page and this method works perfectly fine until I sort any of my columns in which case all the columns are editable except the column which I sorted. I don't know why this is happening.
Need some help if somebody has any idea why this may happen.Thanks in advance

Note:  the above method works fine on an html page but I am having issue on the vf page. 
I am applying multiple column sorting on my table through jquery DataTable plugin