JSF dynamic DataTable **Very urgent**
802550Sep 12 2008 — edited Sep 26 2008I have a JSF application and MySQL database. In database I have table for Level and Skills. I am generating the below values using dataTable dynamically(Except "Total" field in column and row). My question is
1) I want to hide the column "Level B" and
2) I want to populate the Total count in row as well as in column. Please help me. Its very urgent.
Skill/Level | Level A | Level B | Level C | Total
---------------------------------------------------------------------------------
Java | 5 | 6 | 4 | -
----------------------------------------------------------------------------------
JSF | 2 | 3 | 5 | -
----------------------------------------------------------------------------------
EJB | 3 | 6 | 7 | -
----------------------------------------------------------------------------------
Total | - | - | - |
---------------------------------------------------------------------------------
Thank in advance,
Pathan