![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have about 15 columns and 300 or more rows on a web page. The first column is ITEM ID. Each ITEM ID has some remarks history in the database. I need to filter ITEM ID that have only certain "remark type". The remarks are not diplayed in any of the 15 columns or 300 rows. What do you think is the best way to handle this. I use Java Servlets in the application. Thanks, -yip |
#3
| |||
| |||
|
|
On Feb 6, 2:53 pm, ipy2006 <ipyasa... (AT) gmail (DOT) com> wrote: I have about 15 columns and 300 or more rows on a web page. The first column is ITEM ID. Each ITEM ID has some remarks history in the database. I need to filter ITEM ID that have only certain "remark type". The remarks are not diplayed in any of the 15 columns or 300 rows. What do you think is the best way to handle this. I use Java Servlets in the application. Thanks, -yip It has NOTHING to do with javascript. You have to pass selection/filter params to your "Java Servlets"... |
#4
| |||
| |||
|
|
On Feb 6, 10:08 am, GArlington <garling... (AT) tiscali (DOT) co.uk> wrote: On Feb 6, 2:53 pm, ipy2006 <ipyasa... (AT) gmail (DOT) com> wrote: I have about 15 columns and 300 or more rows on a web page. The first column is ITEM ID. Each ITEM ID has some remarks history in the database. I need to filter ITEM ID that have only certain "remark type". The remarks are not diplayed in any of the 15 columns or 300 rows. What do you think is the best way to handle this. I use Java Servlets in the application. Thanks, -yip It has NOTHING to do with javascript. You have to pass selection/filter params to your "Java Servlets"... I understand. But I want to use Javascript to speed up the process if possible. You know client side computing, AJAX etc. Thanks, -yip |
#5
| |||
| |||
|
|
On Feb 6, 10:08*am, GArlington <garling... (AT) tiscali (DOT) co.uk> wrote: On Feb 6, 2:53 pm, ipy2006 <ipyasa... (AT) gmail (DOT) com> wrote: I have about 15 columns and 300 or more rows on a web page. The first column is ITEM ID. Each ITEM ID has some remarks history in the database. I need to filter ITEM ID that have only certain "remark type". The remarks are not diplayed in any of the 15 columns or 300 rows. What do you think is the best way to handle this. I use Java Servlets in the application. Thanks, -yip It has NOTHING to do with javascript. You have to pass selection/filter params to your "Java Servlets"... I understand. But I want to use Javascript to speed up the process if possible. You know client side computing, AJAX etc. |
![]() |
| Thread Tools | |
| Display Modes | |
| |