Prototype of web application that displays data from an Import.io API in feature-rich table component.
The main task was to prepare a table component that will display the data from an API.
The project was planned in Trello
Features considered:
- Table works well on different screens, devices, and that it scales
well when the page is resized - Table is designed to show different data types (text, link, thumbnail, other)
- Performance in mind – the list of records inside the table might reach
thousands of records - Large number of columns is considered too. The table is usable even in such a case, user wouldn’t see tiny columns.
- Basic styling