[Discover] Extract DiscoverGridFlyout from DiscoverGrid component #144154
Labels
chore
Feature:Discover
Discover Application
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
For our future work to create a
unified_data_table
and beyond that also to provide a unified experience when expanding a document, it is necessary to decoupleDiscoverGridFlyout
kibana/src/plugins/discover/public/components/discover_grid/discover_grid.tsx
Lines 618 to 629 in 5a0e61b
from
DiscoverGrid
:kibana/src/plugins/discover/public/components/discover_grid/discover_grid.tsx
Lines 187 to 195 in 5a0e61b
DiscoverGrid
should get a new param likeonExpandDoc
, which should trigger displaying the expanded document.When extracting
DiscoverGridFlyout
it is also necessary to extract stateful functionality like the document selection. This allows users to select documents and in the flyout, they should be able to use pagination to navigate to the previous/next documentThe text was updated successfully, but these errors were encountered: