-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FieldFormatters] React field formatters #102351
Comments
Pinging @elastic/kibana-app-services (Team:AppServices) |
@Dosant wanted to create a own issue for that, but it seems it would be a duplicate, so copying my draft here, would this make sense? Currenty we have 2 kinds of field formatters, one formatting plain kibana/src/plugins/discover/public/components/discover_grid/get_render_cell_value.tsx Lines 127 to 134 in 9c1202f
Having a React based field formatter would give the benefit that no longer A field formatter currently has functions for
Apart from the benefit of having the option to drop the usage of |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
@kertal @Dosant, what would your stance be towards replacing the content of this issue's description with the following so that we can pick it up as part of the log explorer work? There is already synchronous imports of React, so this should be independent of the introduction of an async registry. Is there anything you'd like to add to the ACs? 📓 SummaryIn order to allow for more dynamic formatting of field values (such as auto-updating relative dates) and full use of interactive EUI components, we want to add a "React" format type in addition to the existing "text" and "html" types. ✔ Acceptance criteria
|
Looking good, adding @davismcphee & @mattkime to the loop. Would be great to have this implemented 👍 (and once this is available we should migrate all |
Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner. |
Parent: #65993
Currently, field formatters expose sync API:
We should investigate the feasibility of implementing and integrating:
We need this to:
data
bundle size #84788 (comment)Plan:
The text was updated successfully, but these errors were encountered: