1 Reply Latest reply on Jan 4, 2010 11:12 AM by ilya_shaikovsky

    Is there a means of sorting/filtering strictly on the client side?

      Is there any facility for making use of the dataTable's sorting/filtering capability strictly on the client side? (ie, w/o making AJAX calls to the server) I was hoping there might be some way to set the filterValue attribute to a local (Javascript) variable vs something on a server-side object, but I've had no luck getting that to work.

       

      Basically, I have a modest amount of data that I'd like to bring back from the server in one hit, then allow the user to manipulate client-side, w/o inducing further server-side interaction.

       

      Has anyone done this and/or is this inherent in the JS libraries associated with the RF components?

       

      Thanks!