issues
search
carbontracking
/
upscribers
A web application that makes life better for print-challenged kids (and all the others too)
0
stars
0
forks
source link
Implement filtering on File List Tables
#40
Open
carbontracking
opened
6 years ago
carbontracking
commented
6 years ago
Based on example from
https://codepen.io/chriscoyier/pen/tIuBL
[ ] Each column of the File List table has a filter zone above it, spaced similar to the columns
[ ] This "Filter" has a hx element at the same level as the FileList Table, h2 I think...
[ ] Implement a "Clear all" button in the best location (perhaps as a h3 for easy access/navigation)
[ ] There must be an indicator that filtering has been done or not so that the user can remove filtering
[ ] Filtering is dynamic, as the number of lines change, TTS the number of corresponding lines.
[ ] At the FileList Table hx, include the number of rows in the table. This is updated dynamically as we filter
[ ] The filtering on the Date column must include the option "today", "yesterday", "this week" etc.