Datatable taking long time to load the data

0
Hi All, I have been using the datatable to load a set of data. I have added one new search attribute but this is taking ages to load the data now. If i remove the new search attribute which i added the data load is working fine. Could any one tell help me with this issue? Tha nks, Swathi S
asked
2 answers
1

Maybe the search attribute is a dropdown with a reference to an entity with loads of records? This could impact performance drastically.

answered
0

Hi,

I found the issue. I have added an Boolean as the new field. This gives me the java script error in the datatable.js attrval.toLowercase(). I modified the js as attrval.toString().toLowercase() but also it doesnt work. May be its an bug in widget?

Thanks, Swathi S

answered