Datatables on pages other than list #619
-
Hi, I have a field in my edit crud method that shows a table of user activity. No interactive functionality, just for data:
I would really like to make that table use Datatables, styled like the rest of backpack. Is that possible? Still using v5 but planning on upgrading to v6 soon! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @sammyblackbaron
This way you will achieve the same look. More info on styling data tables is here |
Beta Was this translation helpful? Give feedback.
Hey @sammyblackbaron
Yes, you can style your custom table view like the rest of the backpack.
Check list operation view here
vendor/backpack/crud/src/resources/views/crud/list.blade.php
Take styles sheet cdn links and use the same CSS classes of the
table
tag.This way you will achieve the same look. More info on styling data tables is here