Completed
Last Updated: 03 Jun 2021 07:41 by ADMIN
Jakub
Created on: 20 Apr 2021 10:41
Category: Grid
Type: Bug Report
1
The styles of the Native Grid change when the scrollable property is set to 'none'

I'm submitting a...

  • Bug report

Current behavior

If the scrollable property of the Grid is set to 'null' the header of the Grid changes its background styles a column width, compared to when the property is not set.

Expected behavior

The styles of the Grid should not be changed when the scrollable property is defined.

Minimal reproduction of the problem with instructions

  1. Open this StackBlitz example.
  2. Remove the :scrollable="'none'" property definition from the Grid and see how it changes
0 comments