I’m having problem with FixedColumns DataTables. As you can see from the picture, the columns duplicate all the rows and misaligned it. I’m not sure what is wrong, but I’m already using the reference from DataTables websites and still not working, can you help me? Answer After awhile, i solved the problem. Because i’m using DataTables bs4, i need to
Tag: adminlte
Adminlte in Laravel sidebar based on permission
I have multiple users with multiple permission (admin and user). example: admin is able to see sidebar a,b,c but user can only see sidebar d,e,f. Can you load the menu at adminlte.php based on the …