Luis Perez Sanchez created WICKET-4823:
------------------------------------------

             Summary: While trying to update the jquery-datatable via AJAX it 
gets detached from the JQuery structure
                 Key: WICKET-4823
                 URL: https://issues.apache.org/jira/browse/WICKET-4823
             Project: Wicket
          Issue Type: Bug
          Components: wicket
            Reporter: Luis Perez Sanchez


We are trying to change via AJAX request the content of a jquery-datatable by 
changing the list of elements inside.

This is done by using the method setList of the ListView<?> object initially 
added to the datatable, then the datatable is added to the AjaxRequestTarget 
involved in the Ajax request, for the refreshing of the component.

And indeed the data is actually changed in the page, but the datatable gets 
detached from JQuery, thus loosing the formatting, the filters, etc. It is like 
it is not treated as a JQueryDatatable anymore in the client.

Has this happened to you before??

Best Regards,

Luis

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to