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

JavaScript

Searchable and filterable lists like List.js

Hello Everyone,

I'm building a database of 100+ articles about linguistics and I want to put them into list which could be easy sorted by a few categories and sub-categories (for example: sort by subjeckt, type of document and alphabetic - and first category by 10 subcategories and second by 3).

I decided to put this data to a list, because I think, that might be more user-friendly than something like "Excel-document" ;)

I found List.js, but I'm not sure, if it's enough for many subcategories.

Any advice, ideas? :)

for example: sort by subjeckt, type of document and alphabetic - and first category by 10 subcategories and second by 3

What in the list.js docs leads you to believe you couldn't do that?

1 Answer

List.js seems like it would solve the problem!