Need the entire HTML formated table data
Need the entire HTML formated table data
arockiadoss
Posts: 2Questions: 0Answers: 0
Greetings allan,
At first, i thank you for the wonderful tool.
I have a small prob in TableTools, when the records are populated to browser based on the pagination control, they are divided into pages and it is shown in the browser.
i have started customizing a button, when the button is clicked i am reading the entire table values (HTML Source) by using this code
[code]document.getElementById("tableId").innerHTML [/code]
which returns me the exact html script for the first page records only. but i need the entire table values in the form of html script value by clicking on the button.
Is there any way to get it?
Please help me in resolving this issue. Thanks in advance!
At first, i thank you for the wonderful tool.
I have a small prob in TableTools, when the records are populated to browser based on the pagination control, they are divided into pages and it is shown in the browser.
i have started customizing a button, when the button is clicked i am reading the entire table values (HTML Source) by using this code
[code]document.getElementById("tableId").innerHTML [/code]
which returns me the exact html script for the first page records only. but i need the entire table values in the form of html script value by clicking on the button.
Is there any way to get it?
Please help me in resolving this issue. Thanks in advance!
This discussion has been closed.