[ENHANCEMENT] Add support for sub-rows, fuzzy filtering and column filtering#90
[ENHANCEMENT] Add support for sub-rows, fuzzy filtering and column filtering#90adrianSepiol wants to merge 8 commits intoperses:mainfrom
Conversation
* [ENHANCEMENT] theme: add support for color-scheme Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Add prop for enabling/disabling Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> --------- Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com>
perses#89) Bumps the gomod group with 1 update: [github.com/perses/perses](https://github.com/perses/perses). Updates `github.com/perses/perses` from 0.53.0 to 0.53.1 - [Release notes](https://github.com/perses/perses/releases) - [Changelog](https://github.com/perses/perses/blob/main/CHANGELOG.md) - [Commits](perses/perses@v0.53.0...v0.53.1) --- updated-dependencies: - dependency-name: github.com/perses/perses dependency-version: 0.53.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…e component Signed-off-by: Adrian Sepiół <adisepko@gmail.com>
Signed-off-by: Adrian Sepiół <adisepko@gmail.com>
Signed-off-by: Adrian Sepiół <adisepko@gmail.com>
|
shared package are more related to anything around plugins and component required to develop plugins. Since folders are only here for the application itself, I believe these PR can be merged with the one in perses/perses. That will simplify the whole process also. |
|
ah wait you are modifying the table as well. mmm @jgbernalp since the Table is widely used for the plugins, do you think these modifications are fine ? |
|
Yes, this will be an improvement. We want to build a feature-rich table and re use it across the plugins. But we need to make sure it works correctly with the plugins. @adrianSepiol can you attach some screenshots? I think we are adding a toolbar to the top of the table, but this might affect how tables are rendered in plugins. We can control this through a table options prop, so plugins can decide if they want to show the toolbar or not and by default will be disabled for backwards compatibility. |
I've added screenshots for Table and Flamechart plugins, In both cases we would need some additional changes to make this look nicely. As you said this is by default disabled so it should not affect current look. For the Table plugin there is this mechanism that allows to filter values in each column, to be able to migrate to this toolbar I would probably need implement similar filtering on Table component level. I could try to add it here if you think this would also be useful. |
…tionality Signed-off-by: Adrian Sepiół <adisepko@gmail.com>
# Conflicts: # components/package.json # package-lock.json
Signed-off-by: Adrian Sepiół <adisepko@gmail.com>
|






Description
This change is needed to allow to implement folder structure for perses/perses#183. It introduces a way to filter table, filter visible column and a way to display tree-like structure.
Screenshots
Check perses/perses#183
In Table Plugin:
Screencast.from.07-04-26.14.34.05.webm
No toolbar:

With columns filter:

With search:

With Column filter and search:

Flamechart plugin:
No toolbar:
With columns filter:
With search:
With Column filter and search:
Checklist
[<catalog_entry>] <commit message>naming convention using one of thefollowing
catalog_entryvalues:FEATURE,ENHANCEMENT,BUGFIX,BREAKINGCHANGE,DOC,IGNORE.UI Changes
See e2e docs for more details. Common issues include: