Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants