Skip to content

Grid: Nested grid sorting issue #827

Open
@prizmasoftware

Description

@prizmasoftware

E.g:
Grid 1
----- grid 1.1
----- grid 1.2
---------- subgrid 1.2.1
---------- subgrid 1.2.2
----- grid 1.3
----- grid 1.4

this is how the list of grids and subgrids was formed during initialization, and this is how it looks after clicking on grid 1.2
When I sort the grid x.x in descending order the display looks like this:

----- grid 1.4
----- grid 1.3
---------- subgrid 1.2.1
---------- subgrid 1.2.2
----- grid 1.2
----- grid 1.1

how to refresh after sorting?

Originally posted by @prizmasoftware in #784 (comment)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions