Datatables and UI.jquery

Datatables and UI.jquery

karlosskarloss Posts: 2Questions: 0Answers: 0
edited December 2010 in General
Hello everyone,

Since a few days I’m trying to make a web application and I decided to use jquery and DataTables.
I’ve prepared some example on www.haze.com.pl/jq, so you can see what I’m talking about.
Everything works perfect but I have some problems with integration DataTables with UI jquery (http://layout.jquery-dev.net/).
The problem is:
I’ve made two layout sections: west and center. I want to have DataTables grid in center but I don’t know how to stretch it vertically for the same height as the center panel or give it a maximum height, (if datatables will contain many rows).
I’ve tried to use "sScrollY” but then I still can’t give percentage parameter (like “sScrollY”: 100%) and additionally columns headers are frozen – they don’t aligning on resize window or west panel.

I will be grateful for any help.
Thanks,
Karloss
This discussion has been closed.