Skip to content

Sorting/Selecting in multiple tables on one page #24

@m48u

Description

@m48u

For my application I need two tables on the same page (master detail view). The problem was that by sorting the one table this affected the other table as well.
After looking into my data it was pretty clear: Both data set had some identical keys.

By sorting the "name" on the first table the names on the second table were sorted as well.

Same behavior for selecting an entry.

Is it possible to encapsulate the sorting/selecting to each table it belongs to?

Cheers!

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions