Loading Data From Model

Loading Data From Model

bmomanbmoman Posts: 1Questions: 0Answers: 0
edited May 2013 in General
I'm not sure if this has been asked or not, but I haven't been able to find the answer in any case. I have a view with a strongly typed model. I Create the JQuery DataTable structue and use a Display Template to loop through the rows and display the Data. The Model is loaded fairly quickly, but it takes 10 - 12 seconds to completely display the view with only 25 records. Is there a way to speed up the displaying of the records. The Datatable isn't doing anything special. Simply var oTable = $('#TableName').dataTable();
This discussion has been closed.