Reputation: 601
For displaying my tabled data I am currently using the angular datatables Here's the link. I am mostly satisfied with it up to some things.
The only problem with the angular datatables is, that I cannot manually delete a row from the table. There is some angular way for editing and deleting rows, but then the table get rerendered, so all sorting and paginations get lost. I found another solution (smart tables), but I didn't find if there is a possibility to edit/delete a row entry (from the table). Here is a little comparison.
I use angular-datatables for the following purposes:
My question is, if you can do the same with smart-table
I figured out, that already all points are implemented well.
I am only not sure about the 1st, 6th, 7th and 8th point. Can you give there a statement?
I could switch to smart tables, if there are all listed options available in it.
Thanks
Upvotes: 3
Views: 2994
Reputation: 9837
st-sort
directive to the column headerand if there is any additional functionality you'll need in the future that ST doesn't already have, you can create your own plugin for it. the docs are you friend
Upvotes: 3