Angular components in render
Angular components in render
bmrobson
Posts: 4Questions: 2Answers: 0
Description of problem: I'm trying to render a column with the following DOM element:
<button confirmLink
class="btn btn-danger"
prompt="Are you sure you want to do this?">
Remove
</button>
Where confirmLink is a component, and prompt is an attribute in that component. However, when the button renders, the prompt does not appear. Is there any workaround for this?
This question has an accepted answers - jump to answer
Answers
At the moment no - we don't publish an Angular integration for DataTables that would resolve that. I don't know if the third party Angular DataTables as a solution for that. You'd need to ask them.
The official Vue component for DataTables does support that, as will the up coming React one.
Allan