Spreadsheet on HTML... plsss help....?

Green

New member
Hi,

I have a project which has almost all the pages showing table of contents in <HTML> <TABLE> tag. However I would like to add spreadsheet like tables on JSP Pages. So that the user can operate dynamic operations like resizing the columns and rows with cursor. Please reply

Thank you
 
Hi,

Your only way to do that dynamically would to uses AJAX .jsp/JavaScript ... if you were to do it in JavaScript it would probably work use .css to control the look and feel and simply use the javascript to handle events such as someone clicking into or out of the cells. As for resizing of the columns etc see this following page ...

Regards,

Paul
 
Hi,

Your only way to do that dynamically would to uses AJAX .jsp/JavaScript ... if you were to do it in JavaScript it would probably work use .css to control the look and feel and simply use the javascript to handle events such as someone clicking into or out of the cells. As for resizing of the columns etc see this following page ...

Regards,

Paul
 
Back
Top