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.92k stars 3.07k forks source link

Incomplete Documentation #5739

Open mahmudhamid opened 1 week ago

mahmudhamid commented 1 week ago

TanStack Table version

v8.20.5

Framework/Library version

core

Describe the bug and the steps to reproduce it

The following docs are incomplete:

  1. docs/guide/expanding.md
  2. docs/guide/fuzzy-filtering.md
  3. docs/guide/global-faceting.md
  4. docs/guide/global-filtering.md
  5. docs/guide/grouping.md
  6. docs/guide/row-pinning.md
  7. docs/guide/virtualization.md

Your Minimal, Reproducible Example - (Sandbox Highly Recommended)

N/A

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

None

Terms & Code of Conduct

KevinVandy commented 1 week ago

Volunteering to help fill these in?

mahmudhamid commented 1 week ago

Volunteering to help fill these in?

I'll see what I can do.

RonanCodes commented 1 week ago

Also the examples outside of React are limited.

For example the row expansion is a common task but an example only exists for React.

I can help with the Angular examples if needed.

KevinVandy commented 1 week ago

Also the examples outside of React are limited.

For example the row expansion is a common task but an example only exists for React.

I can help with the Angular examples if needed.

Yeah, of course. Most non-react examples are community contributions. We need more framework specific TanStack champions.