TableFooter
Pagination and filter component for a table.
Work in progress
This component is not functional yet and only serves as a style guide for now.
- React
- CSS
<TableFooter />
<div class="table_footer">
<div class="input select input-dense table_rowSelect">
<select class="input_control" name="rows" id="rows" required="">
<!-- list of options -->
</select>
</div>
<div class="buttons buttons-landscape table_pagination">
<!-- list of buttons -->
</div>
</div>