Table with Selector
-
I know the DataTables ColumnFilterWidgets allows the user to add pull down menu filters to refine the contents of a table. For example, the table shown below would show on the page then it could be further refined by the Person column by selecting the number/s of the Person required.
Person Name Age
1 Dan 20
2 Mark 19
3 Jeff 46
4 Paul 86However is it possible to have the table only show on page load the first line, ie Person 1, Name Dan and Age 20. But give a pull down menu to be able to change the selection to 2, 3 or 4. The table should only ever show one selection though and not be possible to select more than 1 Person?
In my mind, this is something more like a dynamic Row Filtering?
Cheers
Morts81
- The topic ‘Table with Selector’ is closed to new replies.