orbital-datatable 0.1.1

Interactive DataTable product for the Orbital component library
Documentation
mod aggregation;
mod cell_range;
mod chart_binding;
mod chrome;
mod column_def;
mod column_group;
mod edit;
mod edit_history;
mod events;
mod features;
mod filter;
mod grouping;
mod handle;
mod list_view;
mod locale;
mod overlay;
mod pivot;
mod row_model;
mod server_fetch;
mod slots;
mod source;
mod state;
mod table_state;
mod tree;

pub use aggregation::*;
pub use cell_range::*;
pub use chart_binding::*;
pub use chrome::*;
pub use column_def::*;
pub use column_group::*;
pub use edit::*;
pub use edit_history::*;
pub use events::*;
pub use features::*;
pub use filter::*;
pub use grouping::*;
pub use handle::*;
pub use list_view::*;
pub use locale::*;
pub use overlay::*;
pub use pivot::*;
pub use row_model::*;
pub use server_fetch::*;
pub use slots::*;
pub use source::*;
pub use state::*;
pub use table_state::*;
pub use tree::*;

pub use orbital_data::{DataRecord, DataSchema, DataType, DataValue, Dataset, FieldDef};