gpui-component/crates
Jason Lee 1218ceb7dc
table: Add scrollbar_visible to Table for control the scrollbar visibility. (#544)
Ref #513 #542 

Add this to ability to render some custom view on top of the table, but
below of the scrollbar.

## Break changes

- table: Renamed `scrollbar_state` to `vertical_scrollbar_state`.
- table: Removed `scroll_handle` and `horizontal_scroll_handle` method,
there have a pub `vertical_scroll_handle` and `horizontal_scroll_handle`
prop.
2025-01-13 14:59:03 +08:00
..
story table: Add visible_rows_changed, visible_cols_changed method to table delegate. (#543) 2025-01-13 13:51:20 +08:00
ui table: Add scrollbar_visible to Table for control the scrollbar visibility. (#544) 2025-01-13 14:59:03 +08:00