Graylog2 / Graylog2/graylog2-server
EntityDataTable: Add alternative to query params
Open
feature
frontend
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
Currently, the Entity Data Table only uses query parameters for managing the state for filters, pagination and search.
When multiple Entity Data Table are on one page with the same URL, this won't work.
We need to add an optional property to configure whether the table should use query parameters.
This will solve the issue with two sharing the same state in https://github.com/Graylog2/graylog-plugin-enterprise/issues/11060
Contributor guide
Assessment
This issue has not been assessed yet.