javascript - IE 9 getting hanged up with data jQuery data table 1.1.9 -


i using jquery datatable1.1.9, it's working , getting stuck ie9. want improve performance. dealing 9000-10000 records please suggestion me..

ie versions 9 , below notorious problems table rendering speed. usual suggestions are:

  • set table-layout css attribute fixed on table.
  • explicitly define col objects each column.
  • set width attribute on each col.

i'm not sure if of these achieved datatables though.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -