gpui-component/crates
Jason Lee 1689f4208f
table: Add measure to table. (#577)
- Improve to not calc extra rows if `stripe` not enable.
- Improve to not change offset, when scrollbar drag changed less than
1px.
- Improve render cells to use `Vec::with_capacity` to prepare enough
space.

```bash
ZED_MEASUREMENTS=1 MTL_HUD_ENABLED=1 cargo run --release --example table
```
2025-01-24 18:59:01 +08:00
..
story table: Add measure to table. (#577) 2025-01-24 18:59:01 +08:00
ui table: Add measure to table. (#577) 2025-01-24 18:59:01 +08:00