Hello,
I have a table called users which has belongstomany relationship with companies table.
The table I am using shows users in the same row for each company and because of this I am not able to add togglecolumn for each user for those companies.
Please let me know how can I display the users in different row for each company and also be able to add togglecolumn which can I use to update user roles?
Thank you