I like the style of the blog repository in the back-end.
How / which CSS classes can I use for an automatically generated table in my front-end custom view with custom surfaceontroller. I thought I could use the bootstrap CSS classes like .table table-hover but since I use the fanoe starter kit I assume the bootstrap css is overridden.
Table / list view styles in front-end
Hi All,
again a newbie question:
I like the style of the blog repository in the back-end. How / which CSS classes can I use for an automatically generated table in my front-end custom view with custom surfaceontroller. I thought I could use the bootstrap CSS classes like .table table-hover but since I use the fanoe starter kit I assume the bootstrap css is overridden.
Thank you, Anton
You'll want to add your own table class to override the default styles.
I did something similar but with a table in the backoffice.
These are some of the styles I used. This should get you started, just replace .myCustomTable with your own class name
is working on a reply...