You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which works fine and show 'super-admin' in the datatable, but when I click 'edit' it shows "[Object Object]", so it seems it doesn't use data from the render function? how can I solve this ?
The text was updated successfully, but these errors were encountered:
Hi,
My backend (Laravel) returns data like so:
I want to parse the roles array and show/edit the name of the role in the datatable, I did this in the columnDefs:
which works fine and show 'super-admin' in the datatable, but when I click 'edit' it shows "[Object Object]", so it seems it doesn't use data from the render function? how can I solve this ?
The text was updated successfully, but these errors were encountered: