- Issue created by @ady1503
- First commit to issue fork.
- 🇪🇸Spain ady1503
Hello.
I have found where these lines come from, they are from the admin Gin theme, they are the following lines:
table tbody tr { border-block-end: 1px solid var(--gin-border-color-table); }
and
table thead tr { border-block-end: 2px solid var(--gin-border-color-table-header); }
I altered the Gin css off this lines and works perfect.
Not sure if footable module may alter in views if is selected, for not alter with custom code.
Gracias
- Merge request !53496118-hide-empty-cell: Added functionality to remove empty cells coming from... → (Open) created by sourabhsisodia_
- 🇪🇸Spain ady1503
Hello.
I have applied the patch and there is no change.
It does not act on the alter of the Gin theme.
And yes, I delete all drupal caches.
Gacias
@ady1503 Attaching a screenshot . Is it the correct configuration for the issue ??
- 🇪🇸Spain ady1503
Hello.
Your patch works, I found that when applying the patch in automatic mode, the changes in the file:
footable.libraries.yml are not applied correctly.
I have made the changes to this file manually and everything works fine.Gracias.
hii @ady1503, if the patch works fine then please move the issue to " Review and Tested By Community " state and mention the maintainer to review and merge the MR . So that this issue get fixed in the dev version also.