Im trying to create an editable table who support the CRUD operations while for editing/delete/create i'll open a pop up dialog to effect these operations. What's important to me is:
- I'd like to fully customize the table and it's rows (HTML & CSS)
- I want to implement a dialogs functionality that can be used for CRUD operations
Right now i have some mixed solution (i used ng-grid for modals which allows me to control the dialogs html but the table itself can't really be changed as i see it).
Anyway it just limits me and i'd be happy if anyone who is experienced with that could describe me an idea of how such requirement should be implemented and in what libraries i should be using?