You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If table has say 4 columns namely, id , age , name and email. Then if there is search box is on top of each column. Then search would be easy to do. Then user can search first by name and then from that query result he can search by email. For example it's done by https://akveo.github.io/ng2-smart-table/#/
Expected API (期望的 API)
It should have a prop :colSearch true or maybe returns a function.