September 2013
Beginner to intermediate
480 pages
9h 59m
English
Tables can also be filtered by their numerical columns. For example, given a table where each row is a person and one of the columns contain data about the person's age, we might need to filter this table by specifying the age range. To do this, we use range filters.
We're going to assume that we're using the code and data from the Creating a sortable paginated table recipe. We have a list of people with their age displayed in a sortable, paginated table using the DataTables jQuery plugin. We will copy the files from the recipe and then add some extra filtering code.
The data that we need to filter is already available in the tableData global variable; we can filter this data and then use the tableSetData global ...
Read now
Unlock full access