Let's code: Creating functional table with Angular

Offtopic Currently volunteering in organisation called “Erasmus student Network Lithuania”. Working with a team to develop internal HR system. Intro Looking at the requirement - there is a need to display data. A list of users. And some actions which can be done with each of the user. Table is a good way to make data look good. Let’s try to design how could this table look. Basic requirements Table might need to display hundreds of records - pagination No need for selecting rows There will be action buttons in each row to interact with user Inline editing Should look nice (we don’t really care about design, just nice is enough) Filtering Sorting Attempt #1 Using bootstrap - just the markup with some *ngFor magic....

November 6, 2016 · 8 min · 1515 words · Me