DHX Grid : splitAt() functionality question

Hi there,

I want to have splitAt() for 1st and last column, How to do this ???

Unfortunately, there is no opportunity to apply splitAt method several times. You can do only the following:

grid.splitAt(1);

The last column can not be frozen.