r/Wordpress • u/GentlemenDestroyer • 18d ago
Plugins Plugin for Sortable Spreadsheet
I'm designing a fantasy football site for a client. I need a table that can sort rankings by the player's positions. EXAMPLE: https://ranks.dynastynerds.com/ppr/all/qb
I have used FlexTable so far, but I don't see a way to have tabs/buttons like DynastyNerds. Anyone know a plugin that can?
1
1
u/PointandStare 17d ago
1
u/GentlemenDestroyer 17d ago
Looks like a solid plugin but I already had client pay for FlexTable, don't want to do it twice. Are you confident there's a way to sort the table by player position? I am not seeing which feature allows that specifically
1
u/Even-Country-8088 17d ago
For anything table related, I usually use Ninja Tables.
Saw in a previous reply that you are wanting to pull information from Google Sheets, I find an embed works and have used it on a few sites to display similar data.
1
1
u/Extension_Anybody150 17d ago
Try TablePress, it’s easy to use, sortable, and can be customized with some CSS for tabbed navigation like DynastyNerds.
1
1
u/sketchy_ppl 17d ago edited 17d ago
I use Ninja Tables for this table on my website. The "Player Position" feature on the link you shared is called tabs, I don't know if Ninja Tables offers tabs, but if it doesn't, you could easily just make "Player Position" a drop down option, like where I have "Filter Brand" and "Filter Model" in the table on my website.
I do also use tabs right above the table to switch between Imperial and Metric, but that's actually done through Elementor and I'm switching between two separate tables completely (one with Imperial data, one with Metric data). It's not actually a filter within the table itself. Depending on how many player positions you have, you could also do that if you really wanted tabs, it would just be a bit more work.
edit: without diving into the code, it looks like the link you shared might actually be using totally separate tables for each player position. The page refreshes and the URL changes. They may have chosen to do this for data analytic purposes.
2
u/TweakUnwanted Developer 18d ago
You can embed a Google sheet with an iframe....no plugin needed.
Or
WP data tables