gpui-component/crates
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
..
assets Bump v0.5.0-preview2 2025-12-02 17:12:49 +08:00
macros Bump v0.5.0-preview2 2025-12-02 17:12:49 +08:00
reqwest_client Bump v0.5.0-preview2 2025-12-02 17:12:49 +08:00
story input: Fix resetting highlighting for single line code editor (#1742) 2025-12-05 09:53:07 +08:00
ui table: Add render_header method to support custom table header. (#1746) 2025-12-05 15:17:13 +08:00