mdDataTable
mdDataTable copied to clipboard
Table becomes so slow when using http.get to get the data in a json file
Dear all, I have using $http.get (but not using ajax in table) to get the data inside my data.json file. It is so fast to get the data and I can log it out. but the table take 2 to 4 second to show the data. How to make it faster?
Thank you~
Did u find any solution for this ??