Consider I have near 0% experience with typescript and now a little Hilla experience (which is going great!) please be gentle with me and provide a simple Tree Grid example.
I was hoping to do something easy like:
export class GroceryView extends View {
display a lovely tree view of master detail data.
}
But the examples on vaadin and hilla web sites started going into which was confusing...
export class Example extends LitElement {}
I have the grid working ok.
- Looked at the various document sources and github example projects.
- I have the basic grid working ok via the View implementation.