Closed (fixed)
Project:
Bootstrap
Version:
8.x-3.x-dev
Component:
Templates
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2016 at 01:50 UTC
Updated:
9 Nov 2016 at 00:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tregismoreira commentedI've figured out that the class "sticky-enabled" isn't printed in the table. Here's my patch to fix this.
Comment #3
markhalliwellThis should be applied to the normal
table.html.twigfile as well.Comment #4
tregismoreira commentedFor normal tables it is already working, since the property #sticky is checked when rendering the table. You can see this simply by enabling Bootstrap as admin theme and going to Permissions page.
Comment #5
markhalliwellI'm talking about adding the same class to the table.html.twig template as was done in the patch.
Comment #6
tregismoreira commentedYeah, I know. But as I said, it isn't necessary because it is working without this. This class is added by the system.
But anyway, here is the new patch.
Comment #7
tregismoreira commentedComment #9
neardark commented