I have a filtered-table just like you are describing that I could send
you, however, it needs some filling out.  For example, it only filters
using textfields and dropdowns.  No dates or numeric
greaterthan/lessthan/between, etc filters.  I'm planning on committing
it sooner or later so I should probably just commit it sooner.  I've
been working on an example RAD app to make sure I've thought of the
critical issues.  The going is slow because I have to use my free time
to work on it.

I have some time tomorrow night.  If people express interest I can
commit it then.  The beauty of it (IMHO :-) is that it is created with
the idea of making it very fast to code up a new table.  No messing
with HTML is required unless you want a new column type.

- Jonathan



On 10/6/05, Markus Kohler <[EMAIL PROTECTED]> wrote:
> Hi,
> I currently trying to figure out what the best way is to implement a
> table where for each column a menu or selection list can be used to
> filter, what the table shows. The table also has to be paged.
>
> I would like to position menu/selection list either above the table or
> below the table aligned with the columns.
> For example like this:
>
> filter1           | filter2
> col1header   | col2header
>
>
> My first idea was that I should probably use an additional row for the
> filters, because the size of the column is not known until the table
> is rendered.
> So I would somehow need to decorate an existing Table and "just"
> render an additional row.
> May this has been done before, and I can have a look at some example code.
>
> I would appreciate any suggestions.
>
> Regards,
> Markus
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


--
Jon Carlson
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to