-
1. Re: RichFaces 4.0: DataTable sorting/filtering feature
abelevich Jan 20, 2010 5:35 AM (in response to abelevich)up: see IRC meeting log in attachment for details -
2. Re: RichFaces 4.0: DataTable sorting/filtering feature
nbelaevski Jan 20, 2010 3:11 PM (in response to abelevich)To start with, consider looking at the following issue, submitted by end developer: https://jira.jboss.org/jira/browse/RF-8269
-
3. Re: RichFaces 4.0: DataTable sorting/filtering feature
abelevich Jan 21, 2010 8:51 AM (in response to nbelaevski)nbelaevski wrote:
To start with, consider looking at the following issue, submitted by end developer: https://jira.jboss.org/jira/browse/RF-8269
ok
-
4. Re: RichFaces 4.0: DataTable sorting/filtering feature
konstantin.mishin Jan 25, 2010 10:57 AM (in response to nbelaevski)About second point of this issue: Method modify() is called two times per live-circle. First time for decoding request. Second time for encoding response. -
5. Re: RichFaces 4.0: DataTable sorting/filtering feature
abelevich Jan 25, 2010 12:08 PM (in response to abelevich)abelevich wrote:
nbelaevski wrote:
To start with, consider looking at the following issue, submitted by end developer: https://jira.jboss.org/jira/browse/RF-8269
ok
I've looked through this issue good point which we should add to requirements is customizable sorting/filtering data order. I think this is good feature must be implemented. As for the first point we have already considered this feature.
-
6. Re: RichFaces 4.0: DataTable sorting/filtering feature
abelevich Jan 25, 2010 12:13 PM (in response to abelevich)Should we implement separate sorting/filtering controls (I mean new JSF components like ToggleControl) for the sorting/filtering features? -
7. Re: RichFaces 4.0: DataTable sorting/filtering feature
jbalunas Jan 28, 2010 4:37 PM (in response to abelevich)Based on our conversation today in IRC we have the beginings of a plan to address this and some of the items in the jira issue above.
I'm all for having an API that supports a good deal of custumization and enhancements. My only concern ( and I brought it up in the chat ) is about make the default usability easy to get started with.
Once you get the summary of the chat today up in wiki or discussion form we'll review more.
-
8. Re: RichFaces 4.0: DataTable sorting/filtering feature
abelevich Jan 29, 2010 5:21 AM (in response to jbalunas)jbalunas@redhat.com wrote:
Based on our conversation today in IRC we have the beginings of a plan to address this and some of the items in the jira issue above.
I'm all for having an API that supports a good deal of custumization and enhancements. My only concern ( and I brought it up in the chat ) is about make the default usability easy to get started with.
Once you get the summary of the chat today up in wiki or discussion form we'll review more.
ok. I had a discussion with Pavel yesterday about how to better implement toggler control which could be support various toggling types in various RichFaces components (e.g. expand/collapse in the SubTable, sorting in the DataTable etc.), . He provided an interesting view about component interaction via Richfaces event API. I am going to use this technics to prototype toggle controls for the sorting and when if all will be fine use this in the SubTable toggle control.