kibana/examples/data_view_field_editor_example
2022-10-28 14:06:46 -05:00
..
public Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
kibana.json IndexPatternFieldEditor => DataViewFieldEditor (#119261) 2021-11-22 09:12:33 -06:00
README.md IndexPatternFieldEditor => DataViewFieldEditor (#119261) 2021-11-22 09:12:33 -06:00
tsconfig.json [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00

Data view field editor example

This example data view field editor app shows how to:

  • Edit data view fields via flyout
  • Delete data view runtime fields with modal confirm prompt

To run this example, use the command yarn start --run-examples.