Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Tables Structuring Tables More Table Tips

Jay Todtenbier
Jay Todtenbier
4,167 Points

JQUERY for HTML Tables. Can you refer me to Treehouse training so I can add sorting, filtering and pagination?

I'm currently generating the HTML for my tables using PHP and getting the data from MySQL tables.

3 Answers

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

I don't think there is a Treehouse jQuery training for doing these particular things yet. Google it, I'm sure there are lots of resources. Rails would allow you to do these things without jQuery, I'm not sure if PHP and its frameworks have such features/libraries, because I consider PHP to be evil ;).

Here's the first link i found in Google, seems promising: http://tablesorter.com/docs/

When I try this excercise, I am going to refer back to the To Do list project in the JQuery section. That project seems to be the closest to creating a table of all the projects in that section.

Hayden Evans
Hayden Evans
15,399 Points

I don't think there is a Treehouse course on the exact topic you mention but I am fairly sure you could probably learn enough from the Build an Interactive Website course to derive the functionality you speak of.