hello,<br><br>I need to use Grid in my application,i have gone through the teeda-html-example sample project and <br>i get some sample.<br><br>My requirement is that the number of column in the grid should be dynamic.<br><br>
In the following example i got the dynamic row.<br><br>How can i chnage html and page class so that i can get dynamic column.<br><br><br><a href="http://localhost:8080/teeda-html-example/view/grid/gridManyXY.html">http://localhost:8080/teeda-html-example/view/grid/gridManyXY.html</a><br>
<br><br>i can use the following code,<br><br><tbody id="xxxItemsItems"><br><tr id="xxxItems"><br><td>...</td><br><td>...</td><br></tr><br></tbody><br><br>
But i need scrolling of both vertical and horizontal.<br>So i am going for Grid<br><br>Please give your suggessions.<br><br>Thanks in advance,<br>トマス<br><br>