Search
-
How to get accurate height of table on various re-draw events?
by astoller ·var table = $('#lyric_table').DataTable({ ... }).on('draw', function() { var h1 = $("#table_area").height(); var h2 = $("#lyric_title").height(); -
TableTools used alongwith jquery-ui-1.7.2.custom.css
by javi1065 ·Greetings: