Why click events are not working in defaultContent?

Why click events are not working in defaultContent?

madusankamadusanka Posts: 20Questions: 7Answers: 0
edited November 2019 in Free community support
"columnDefs": [
{
  "targets": [ -1 ],
    "data":"id",
    "defaultContent" : '<a href="#" id="delete"  data-tax="'+tax+'" 
                                class="btn btn-outline-danger"
                                @click=deleteTaxGroup(tax_group)>
                                 <i class="fas fa-trash"></i></a>'                                 
  }
]

This question has accepted answers - jump to:

Answers

This discussion has been closed.