1//! Rerun `Data` View
2//!
3//! A View that shows the data contained in entities in a table.
45mod dataframe_ui;
67mod expanded_rows;
8mod view_class;
9mod view_query;
10mod visualizer_system;
1112pub use view_class::DataframeView;
1314#[cfg(feature = "testing")]
15pub use view_query::Query;