March 2013
Intermediate to advanced
56 pages
1h 7m
English
Paging and sorting a table adds interactivity to your site, and can help your users locate specific bits of information. But if they know what they're looking for, rather than having to page or sort, it would be efficient to give them a filter field.
We've come to love it, so stick with the table of movies. This time, underneath the table, add a form field.

<div> Release Year: <input type="text" name="filter" id="filter" /> </div> ...
Read now
Unlock full access