What would be the (best) way to implement a complex table using JSPs. By a complex table, I mean one where :

  • one of the columns is a button
  • one of the columns is a checkbox
  • different columns have different display properties (different text fonts, sizes, etc.)
  • rows have different properties - e.g. alternate rows have different colors, rows might have different colors based on values in columns,
  • SORTING needs to be done by clicking column headers
THESE and other similar requirements make the entire JSP task a bit of a challenge.......
 
Does anyone have ideas / code / lessons learned ??? Appreciate all help. This is a big hurdle we are trying to overcome and help would be greatly appreciated.....
 
Thank you,
Rupesh.

Reply via email to