Table: Streamline Search and Sort UI
Closed this issue · 4 comments
jwildfire commented
Combine Search and sort functionality into a single div.
samussiah commented
Sort and search are contained within .table-top
now and floated left and right respectively. Export and pagination are contained within '.table-bottom' now and floated left and right respectively. Still need to figure out where to display number of records filtered/searched/paginated.
jwildfire commented
I'm thinking we can move the "Search:" label to the default text for the input, and use that space to show the number of records.
jwildfire commented
Test Notes: Confirm that search and sort appear in the header and that pagination and export appear in the footer and all look good in various browsers/combinations. Note that #128 is handled in a separate issue.
mhickle commented