rappasoft / laravel-boilerplate

The Laravel Boilerplate Project - https://laravel-boilerplate.com
https://rappasoft.com
5.59k stars 1.58k forks source link

default mode to display users #1516

Closed 0xlimon closed 3 years ago

0xlimon commented 3 years ago

This version uses the livewire table to display users or roles. How can I use the default mode to display users (like version 5 or 6)? Of course, this library is very powerful, but I do not intend to use livewire table right now.

rappasoft commented 3 years ago

You'll have to replace those pages with your own table solution.

0xlimon commented 3 years ago

You'll have to replace those pages with your own table solution. @rappasoft

I did it but I could not do it properly. Can you put the latest version without livewire table library?

rappasoft commented 3 years ago

That package is baked in and runs all the tables, it's not something that can be easily swapped out. Why don't you just keep those run by the package and not use it for any new tables you make.

0xlimon commented 3 years ago

That package is baked in and runs all the tables, it's not something that can be easily swapped out. Why don't you just keep those run by the package and not use it for any new tables you make.

@rappasoft

Yes, I can use the default mode for other parts. But my problem is changing the style of the user table or roles. To be more precise, please go to this address and see the style and type of table

https://dashlite.net/demo5/components/tables/table-datatable.html

I added this template to the project but I do not know how to change the user table style to what you saw in the link

rappasoft commented 3 years ago

If you have the HTML for that project, you can publish the view files of the package and overwrite them in your own project.