Unplanned
Last Updated: 18 Jul 2023 11:10 by Daniel
Daniel
Created on: 18 Jul 2023 11:10
Category: Grid
Type: Bug Report
0
Grid's pager breaks when switching from display: none to display: block CSS definition

Describe the bug
When we have a Grid that has a display: none CSS rule defined for it, switching to display: block makes the pager of the Native Grid be rendered in responsive mode as if the Grid is displayed on a small device.

Possible workaround:

  • Set the pager's responsive property to false

To Reproduce

  1. Open this project
  2. Click on the button

Expected behavior
The Grid should appear on the screen and its pager should look like this:
image

while it is rendered like this:
image

0 comments