I have a table with 2000 rows and 200 column and I want to read 4 columns from mysql and show theme in browser…
witch way is best for me
I want to sort theme with user request like name or … (like j-query Ajax tables )
Is j-query table possible or its heavy?
http://www.jtable.org/
You will have to try it for yourself and apply certain metrics on your application.
The problem you are facing has more than one areas that needs to be addressed.
These in my view questions and areas that need to be addressed, which will give you the answer to your query. You can also use Fiddler2 (Windows) which will give you good information regarding metrics, transfer rates etc. Similar tools exist in Linux and MacOS platforms.
Finally I would personally suggest looking into AngularJS as an alternative to jTable. I have seen the AngularJS implementation be faster in rendering data than jQuery in more than one instances but I cannot definitively say that this would be the case in your project.