Events
new wire.datatables().render("#select", {
...
events: {
select: (config) => {
...
}
}
});Last updated
Was this helpful?
new wire.datatables().render("#select", {
...
events: {
select: (config) => {
...
}
}
});Last updated
Was this helpful?
Was this helpful?