displaying dynamic table using jsp

R

ruds

Hi,
I would like to know how can I display dynamic worksheets using jsp.
In other words, I would like to display filters on fields and after
the user selects from drop down menus I want to display the table
beneath it. Similar to excel.
 
M

Mark Space

ruds said:
Hi,
I would like to know how can I display dynamic worksheets using jsp.
In other words, I would like to display filters on fields and after
the user selects from drop down menus I want to display the table
beneath it. Similar to excel.

http://dojotoolkit.org/demos/email-using-1-0

That's from the dojo tool kit. Click on the headers for the "email"
they have, the email's will sort on which header you click on.
 
A

Alex.From.Ohio.Java

It is'nt downloadable and even does not fit my requirement.
I want to put filters to my fields aligned horizontally and after the
user selects the field then the table should be displayed.

The best way is to use JavaScript libraries or AJAX appoach as
mentioned before.
But if you like to do it in JSP then it became regular programming
assignment and it mostly depend of what source of data is. It's
different for Excel or CSV files or JDBC connection or simple flat
file realization. I've done a lot of such things but I don't think
it's a godd idea to post all of them in the this forum.

Alex.
http://www.myjavaserver.com/~alexfromohio/
 
M

Mark Space

ruds said:
It is'nt downloadable and even does not fit my requirement.
I want to put filters to my fields aligned horizontally and after the
user selects the field then the table should be displayed.

Here's the download link:

http://dojotoolkit.org/downloads

I'm not sure how to sort horizontally (or other filters), but it can't
be much different from the vertical one...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top