Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Add custom edit, delete column in table using this directive #16

Closed
cmevawala opened this issue Jun 18, 2014 · 2 comments
Closed

Comments

@cmevawala
Copy link

I want to add edit and delete icons in my table so that user can easily edit as well as delete records. When user click on edit icon they should be navigated to edit page

@l-lin
Copy link
Owner

l-lin commented Jun 18, 2014

DataTables does not include the two-way-databinding natively. It renders only once and after you have to manually refresh your data. So this issue is quite challenging and it's not implemented (yet? Don't know if I'm planning to do it.)
For now it's best that you use the datatable editor (see http://editor.datatables.net/examples/styling/envelopeInTable.html).

@l-lin
Copy link
Owner

l-lin commented Aug 23, 2014

I managed to solve the issue. Please check the gh-pages for more information.

@l-lin l-lin closed this as completed Aug 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants