To reproduce
- Make a Bootstrap Table view and select your options, include Responsive.
- Save and render the view.
- Note that the table is not responsive.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | responsive-enabled.png | 40.19 KB | utkarsh_kumar_singh |
| #7 | responsive-disabled.png | 48.92 KB | utkarsh_kumar_singh |
Issue fork views_bootstrap-3495081
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
utkarsh_kumar_singh commentedI am working on it.
Comment #4
utkarsh_kumar_singh commentedAll pipelines are green and passed. Fix the Responsive Tables are now responsive.
Comment #5
kul.pratap commented@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”.
Comment #6
utkarsh_kumar_singh commentedThank you @kul.pratap for reviewing. I am working on it.
Comment #7
utkarsh_kumar_singh commentedIssue fixed please review.
Comment #8
kul.pratap commentedI 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
Comment #10
shelaneIt 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.