gpui-component/crates/ui
Jason Lee 56fb93bca8
table: Add render_header method to support custom table header. (#1746)
Closes #1733

## Example

```rs
impl TableDelegate for MyTable {
    fn render_header(&mut self, _: &mut Window, _: &mut Context<TableState<Self>>) -> Stateful<Div> {
        div().id("header").h_10()
    }
}
```
2025-12-05 15:17:13 +08:00
..
locales setting: Add Settings component. (#1632) 2025-11-20 13:51:44 +00:00
src table: Add render_header method to support custom table header. (#1746) 2025-12-05 15:17:13 +08:00
tests/fixtures story: Use uniform_list for scroll example. (#1709) 2025-12-01 11:07:29 +08:00
Cargo.toml Bump v0.5.0-preview2 2025-12-02 17:12:49 +08:00
LICENSE-APACHE chore: Hard link crates/ui/LICENSE-APACHE. 2025-11-04 17:54:14 +08:00