I'm trying to use slickgrid
in my liferay 6.1 portal but something strange happens.
When I do
self.grid = new Slick.Grid('#list', self.dataView, columns, options);
The width of the grid expands to 3906.916748046875
.
I debugged my code and found that when this line is executed:
$topPanelScroller.hide();
The grid expands its width.
Outside Liferay Portal it is working ok.
Did it happened to anyone else? What can be causing this?
Thanks