-
Notifications
You must be signed in to change notification settings - Fork 263
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
Does it support TableWidget or GridWidget? #538
Comments
No, Flexx does not (yet) have widgets for laying things out in a grid. There is the |
Thanks. For the NavBar, I looked into TabLayout and tried to align the title in one column on left side, but failed. |
#553 implements a GridWidget |
I'm implementing a I will post a PR when done. P.S. : Table entries sorting/filtering might be implemented using JavaScript. It's convenient for little data as displaying/filtering big data might require a model object linked to the widget (maybe using a sort of |
That sounds good! I am planning for a release this week. With a bit of luck we can get that in as well :) |
This is awesome. @damienflament did you encounter bokeh's DataTable? It uses a ColumnDataSource for a "backend". I believe the mechanics might be somewhat similar to those of flexx - bokeh uses pscript as well. |
Hello, will there be a TableWidget? |
There could be. There has been some work in #554, but that implementation uses subwidgets for the cells. A widget capable of dealing with a lot of rows should not use sub-widgets, but directly use |
Table Widget or Grid Widget can show data in web site application.
They can dynamically increase rows.
I also want some thing like Navbar Widget. There are some entries in the nav bar. If We click the one entry, the corresponding content will display in TableWidget or GridWidget in the right area.
The text was updated successfully, but these errors were encountered: