Bug in view when apply ajax

Created on 19 July 2023, 12 months ago

When i use Ajax in View mode i cant not use Ajax to pagination. I was found in stackoverflow and fix that problem. So pls modify file views-view.html.twig

{%
set classes = [
'view',
'view-' ~ id|clean_class,
]
%}

to

{%
set classes = [
'view',
'view-' ~ id|clean_class,
'view-id-' ~ id,
'view-display-id-' ~ display_id,
dom_id ? 'js-view-dom-id-' ~ dom_id,
]
%}

💬 Support request
Status

Active

Version

10.0

Component

Code

Created by

🇻🇳Vietnam dtgcsl

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024