- Issue created by @drupgirl
- Merge request !49Issue #3495081: Fix Responsive Tables are not responsive. โ (Open) created by Unnamed author
All pipelines are green and passed. Fix the Responsive Tables are now responsive.
- ๐ฎ๐ณIndia kulpratap2002
@utkarsh_kumar_singh I have tested the changes but did not notice any difference before and after. Please make the necessary updates. Moving this to "Needs Workโ.
Thank you @kul.pratap for reviewing. I am working on it.
- ๐ฎ๐ณIndia kulpratap2002
I have tested the changes and they look good to me, after selecting a responsive option from Bootstrap settings, now the table is responsive.
So moving this to RTBC.
Thank You - Status changed to RTBC
8 days ago 2:21am 30 March 2025 -
shelane โ
committed d1825f2d on 5.5.x
Issue #3495081: Responsive Tables are not responsive
-
shelane โ
committed d1825f2d on 5.5.x
- ๐บ๐ธUnited States shelane
It was indeed the case that the "responsive" variable is not getting read. It is likely due to a conflict with the views table processor. However, the proposed solution put the hard-coded style unnecessarily. With the variable changed in the preprocessor and the template, the class is added, and that class has that style setting. I appreciate the efforts though.