//! Horizontal clipping for wide result tables. The transcript stores a table
//! block as its full, box-drawn text (what copy and persistence read); this
//! module paints a horizontally-scrolled, optionally column-filtered window of
//! it to the viewport width. The view owns the offset and column state — this
//! code only reads it.
pub use clip_table_block;
pub use column_names;
// Re-exported so the `#[path]` sibling test module (which resolves `super::`
// to this module) keeps seeing the names the inline `tests` module saw.
pub use crateWideTableView;