TanStack / table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
https://tanstack.com/table
MIT License
24.51k stars 3.03k forks source link

docs(angular-table): Add documentation for FlexRenderDirective #5543

Closed riccardoperra closed 2 months ago

riccardoperra commented 2 months ago

Hey there, in this PR i'm adding some documentation about rendering cell/header/footer content via FlexRender.

In addition to to render strings, we can also render TemplateRefs and Components, which is the corrispective of using a react jsx component into the cell. Hope everything is clear