[ 
https://jira.jboss.org/jira/browse/RF-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12437198#action_12437198
 ] 

Piotr Kawiak commented on RF-4795:
----------------------------------

As for now after hiding a column we are actually retrieving all the necessary 
data from the server, and so the submit/response is needed. I think we could 
get rid of refreshing the table after hiding/showing columns by manipulating 
the DOM in js. In that case we would have to get all the columns from the 
server each time (even if they are hidden) and show/hide them on menu item 
click. This would require <strong>some</strong> work though.

According to the "resize" event - we are sending submit to ensure that the 
state will be saved on the server. We can change it to happen only when a user 
actually submits the form, or maybe we could add some item in the context menu 
(let's say "Save table settings."). After clicking on that item we could  
submit changes to a server. What do you think is the best solution?

> extendedTAble unnessesary submits.
> ----------------------------------
>
>                 Key: RF-4795
>                 URL: https://jira.jboss.org/jira/browse/RF-4795
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Ilya Shaikovsky
>            Assignee: Piotr Kawiak
>
> we need to eliminate unnesessary submits like 
> after resize
> after column show/hide
> This submits now fired automatically after any of theses client side action 
> just to save state. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to