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>&lt;tbody id=&quot;xxxItemsItems&quot;&gt;<br>&lt;tr id=&quot;xxxItems&quot;&gt;<br>&lt;td&gt;...&lt;/td&gt;<br>&lt;td&gt;...&lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;/tbody&gt;<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>