jquery datatable is slow if i use select box in each row -
i using jquery data table , each row having 2 select boxes in 2 cells. 1 select box having around 400 option values , select box having around 30 options values. rendering around 15 rows @ time.
in case,rendering slow , hangs browser seconds.
any solution fast performance?
you delay filling select boxes until user clicks on them, way keep dom clean until need options. if options same across rows considder creating 1 select box , positioning on row user hovers mouse.
Comments
Post a Comment