Hello Halil,
There is bug with the table. If you change the item per page to 50 for example, there is a weird behavior when you click the action button after scrolling down.
I have also a question regarding Jtable, since you also developped it. Is there a way to make the table having the full height of the browser?
Thx
3 Answer(s)
-
0
Hi,
I think this is not jTable, it's angular ui grid. There is an open issue for this <a class="postlink" href="https://github.com/angular-ui/ui-grid/issues/3020">https://github.com/angular-ui/ui-grid/issues/3020</a>.
We are also following this issue, we will fix it when this issue is resolved.
-
0
Ok thanks.
DO you know how we can set the height of the jtable to make it full windows height?
-
0
Hi,
This is not jtable, it's angular ui-grid. Probably, there is no direct way of it as I checked it's document: <a class="postlink" href="http://ui-grid.info/">http://ui-grid.info/</a> You can use some custom css/js code to accomplish it, but I did not try before.