Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable me to use TableWalker as a regular table #423

Open
MarcSkovMadsen opened this issue Nov 6, 2024 · 1 comment
Open

Enable me to use TableWalker as a regular table #423

MarcSkovMadsen opened this issue Nov 6, 2024 · 1 comment

Comments

@MarcSkovMadsen
Copy link

MarcSkovMadsen commented Nov 6, 2024

The TableWalker is great.

When compared to (Panel) Tabulator I see the following

Pros

  • profiling
  • Performant. Seems performant for many columns which is often the case for data science use cases. Tabulator has problems with > 50 columns. I could have 100-500 columns sometimes.

Cons

  • No formatting, alignment, styling etc.
  • No way to turn off the profiler part and just use as a regular table with filters.

To support more use cases it would be really great if TableWalker could dynamically turn of the profiling row and add features from a normal table/ grid. I need the formatting, alignment and styling the most.

It simplifies and speeds up workflows if you can stay within the same component api/ docs/ ecosystem/ community.

Thx.

@islxyqwe
Copy link
Member

islxyqwe commented Nov 8, 2024

you can use the hideProfiling prop to turn of the profiling row.
Unfortunately, there is no formatting, alignment, styling in tablewalker for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants