Hi,
My HTML layout consists of 60 header cols , 1400 rows.
For this large data, plug-in fails. No error is thrown. IE browser says it encountered a problem and gets closed.
I read about the datatables usage: 4 different ways of passing data to the datatable plug-in (Refer: http://datatables.net/usage/)
I believe mine is DOM approach and it failed because of huge data.
Do you think i can try for other 3 approaches:
JavaScript array
Ajax source
Server-side processing
Considering my complicated html structure, kindly suggest me a best approach. Also provide me a link to implement the same.
Thanks,
Veena
My HTML layout consists of 60 header cols , 1400 rows.
For this large data, plug-in fails. No error is thrown. IE browser says it encountered a problem and gets closed.
I read about the datatables usage: 4 different ways of passing data to the datatable plug-in (Refer: http://datatables.net/usage/)
I believe mine is DOM approach and it failed because of huge data.
Do you think i can try for other 3 approaches:
JavaScript array
Ajax source
Server-side processing
Considering my complicated html structure, kindly suggest me a best approach. Also provide me a link to implement the same.
Thanks,
Veena