One of the main grievance I have about JSON Table Editor was the slow loading when we load huge data. The loading progress bar also didn’t provide meaningful information to help us manage our expectations.
Recently, when working on recent enhancements, I realized that my old way of loading the data can be improved. I also finding out about updateProgress method of Ext.window.MessageBox
After tinkering with the code for few occasions, the loading speed and UI is improved very much.
That’s all folks!
loading...