mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
- Closes https://github.com/elastic/kibana/issues/161426 ## Summary This PR updates usage of Eui page components for the following plugins. Also took this opportunity to make these pages a little nicer. ### src/plugins/data_view_management Before: <img width="600" alt="Screenshot 2023-07-31 at 20 09 28" src=" |
||
---|---|---|
.. | ||
public | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
Partial Results Example
The partial results is a feature of the expressions plugin allowing to emit intermediate execution results over time.
This example plugin demonstrates:
- An expression function emitting a datatable with intermediate results (
getEvents
). - An expression function emitting an infinite number of results (
countEvent
). - A combination of those two functions using the
mapColumn
function that continuously updates the resulting table.