I’m building a website for stock market data and would like to display a leaderboard on the homepage with 5,000+ stocks sorted by market cap (similar to [https://coinmarketcap.com](https://coinmarketcap.com)). Is there a table plugin that can:
1. Sort thousands of items by a default value stored as a custom field (market cap in this case)
2. Paginate after x records and creates page URLs ([site.com/page/], etc.)
3. Processes server-side / displays as a static object (ie no client-side rendering needed)
4. Integrates well with multilingual sites
I am pretty unfamiliar with tables in WordPress and would be grateful for any suggestions.
**EDIT**\– Would I be better off just making a custom homepage template and using a custom plugin to sort posts by market cap? That way I can be sure to have pagination.
[ad_2]
You can use [https://datatables.net/])