Hi there! I've created a table using Angular 6 and now I'm looking to enhance it with some extra functionality:
- Implement an overall table search feature
- Allow users to sort the table by columns
- Add a "Page x of n" option for pagination
I would greatly appreciate any guidance on how to achieve these enhancements in Angular 6. Thank you in advance!