re_view_dataframe 0.25.1

A view that shows the data contained in entities in a table.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Rerun `Data` View
//!
//! A View that shows the data contained in entities in a table.

mod dataframe_ui;

mod expanded_rows;
mod view_class;
mod view_query;
mod visualizer_system;

pub use view_class::DataframeView;
pub use view_query::Query;