Base solution for your next web application
Open Closed

Bug Display Jtable when more thant 10 items per page #995


User avatar
0
paddyfink created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    paddyfink created

    Ok thanks.

    DO you know how we can set the height of the jtable to make it full windows height?

  • User Avatar
    0
    hikalkan created
    Support Team

    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.