Forum Post: sorting event

  • Thread starter Thread starter otenzio
  • Start date Start date
Status
Not open for further replies.
O

otenzio

Guest
Hi, I have an object list and in the first column are all action links (view|edit|delete). But I need only the "edit" action. I created a script that replace the html behind each row for "action" column with a single action: edit. This script is run at "onload" event of the page and it's working. The problem is that when i sort by a column the actions reappear. Is there an event or a callback function for sorting, so I call my "replaceLinks" function after sorting? Thanks! Hortensia

Continue reading...
 
Status
Not open for further replies.
Back
Top