I want to include a delete link in a table column, using the jQuery dataTables plugin. I am certain this is easy. I have no problem adding columns, and I know the syntax for actually removing the table, I just don’t know the row that is clicked on.
The rows are added dynamically through the UI, so I’m not rendering any rows other than the header in the beginning.
another example…
});