oTable.fnReDrwa() not working
oTable.fnReDrwa() not working
yogesh1001
Posts: 7Questions: 0Answers: 0
Here is the test link :
http://live.datatables.net/ebeduy/7/edit#javascript,live
i want scroll bar to be enable when number of rows are greater than or equal to 5. If the table has less than 5 rows ,height of the table should be the no of rows. As u can see i have enabled scroll bar after 140px. But Here, every time it is taking fixed height as 140px. I dont want that space between two tables. And scroll bar should be eanabled after 140 px or 5 rows.
I tried with different approch , and i found oTable.fnReDraw() is not supporting .
So can any one help me in this case.
.
http://live.datatables.net/ebeduy/7/edit#javascript,live
i want scroll bar to be enable when number of rows are greater than or equal to 5. If the table has less than 5 rows ,height of the table should be the no of rows. As u can see i have enabled scroll bar after 140px. But Here, every time it is taking fixed height as 140px. I dont want that space between two tables. And scroll bar should be eanabled after 140 px or 5 rows.
I tried with different approch , and i found oTable.fnReDraw() is not supporting .
So can any one help me in this case.
.
This discussion has been closed.