Skip navigation
Currently Being Moderated

can i sort data in a table?

May 18, 2006 2:46 AM

hi everybody,

i have a table loading xml-data. i want the user to be able to resort the loaded data. is there a way to do it?

thanks very much,
valerio
 
Replies
  • Currently Being Moderated
    May 18, 2006 3:38 AM   in reply to (Valerio_Chiessi)
    There's no way built into the Table object to sort the data; you'd either need to sort it at the source, or write JavaScript code to sort it - there's a sort method for a JavaScript array, so if you can get the elements into an array, you can sort the array and then populate the table from that.
    --
    SteveX
    Adobe Systems
     
    |
    Mark as:
  • Currently Being Moderated
    Feb 15, 2011 11:28 AM   in reply to (Valerio_Chiessi)

    Hi Valerio,

     

    Would you be able to share a pdf where you utilize this functionality?

     

    Thanks,


    Mark

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)