- Posts: 1
- Thank you received: 0
Is it possible, or if not can you add the possibility, to define CSS class for the entire table, as well as per field? It is great to have the ability to adjust the row, hover, header, etc colors inside the component, but if this is already done via the joomla template CSS, it would be easier to get outputted tables to match the site design by using pre-existing table CSS. Especially when we already have table classes for things such as table-striped, table-bordered, table-hover, table-condensed with bootstrap.
Please Log in or Create an account to join the conversation.
Hi,
We will think about the idea. For now you can use classes as described in this post toolsjx.com/support/3-suggestions/1304-nl2br-line-break#1313
If you want to use your own classes you can still tweak the php file responsible for generating output:
/components/com_grid/layouts/GridView.php
Please Log in or Create an account to join the conversation.