I want to put igGrid inside the igSplitter, but with heateder and footer floating. Do you have any example of igGrid and igSplitter interaction?
P.S. How to dinamicly (in JavaScript) change height if igGrid? Can I access height parametar outside of $.ig.loader(function() {})?
Just to be clear, if I set "height" of igGrid it does make header and footer float while sliding, but I can not set height if igGrid is in horizontal igSplitter. How to do this?
Dear Branko Ilic,
Here is two samples with igGrid and igSplitter:
You can set the height of the grid out of igLoader, but the grid should be initialized before that.
Best Regards,
Stanimir Todorov
I menaged to set the height of the igGrid in igSplitter igsplitterresizeended event.