Hi, I've modified the "add account" screen to use a custom ui. The custom UI displays a table of all LDAP users along with the required and optional input fields.
When I add the user the user doesn't appear on the table of users until the page is refreshed. What is the correct way of handling this table update? is it ok to do: success: function(args) { $('.list-view').listView('refresh'); close(); } Thanks, Ian