Place A Delete Action Link In A Table Row In JEasyUI DataGrid

To add an action similar to the image (edit, delete, save, cancel) above, add this table header tag within the table row tag.

Now, in order for delete links to appear, you need to add a custom made Javascript function that has parameters ‘value, row and index’ and returns a string that dynamically creates an HTML hyperlink for the delete functionality.

Lastly, you create another custom made function so that when the delete hyperlink is clicked, that function is called.

Donations appreciated. Every little $ helps. Or click Google +1.

Related Posts Plugin for WordPress, Blogger...
  1. 2 Responses to “Place A Delete Action Link In A Table Row In JEasyUI DataGrid”

  2. Dear friend, could you please send me your example please to see how this work???
    One additional question, if i need to use just one linkbutton, what i must to do?

    By VIctor on Jan 23, 2013

  3. @victor: please check jeasyui’s datagrid sample code. they have all the source code samples there

    By admin on Jan 23, 2013

Post a Comment