better integration with paging bar included when using attachGrid() method for layouts,tabbar,…
Right now, we have to :
- create a div containing dhtmlxGrid and the paging bar, and attach the div using attachObject. By doing this we lose all resizing/overflow features of using attachGrid which is a big issue
- use attachGrid in one layoutCell and attachObject for the paging bar in another cell. works fine but much more code to write!
Suggestion:
Have paging bar attached automatically by default to the bottom of the grid when attachGrid is used. Maybe you could add an additional argument to attachGrid(hasPagingBar) for example to simplify this?
On a side note, maybe all attach methods could take a json argument to define options. Should be useful for example, attachTabbar(isVertical) …