Petar Pejovic
Petar Pejovic
Thanks for the clarification, @antonymilne! Just to confirm: We have to avoid enforcing alphabetical ordering when `Filter.column` is targeting a `pd.Categorical` column? Otherwise we do alphabetical ordering?
Hi @reouvenzana 👋 and thanks for the great question. This is a well-known feature that we already have on our list. In one of the next releases, along with some...
> I am sure you have looked at this @petar-qb, but just in case you had not seen: https://dash.plotly.com/dash-ag-grid/infinite-scroll#infinite-scroll-with-sort-and-filter > > Would this work? @maxschulz-COL Thanks for pointing this out...
@maxschulz-COL @huong-li-nguyen @antonymilne The code from the [link](https://dash.plotly.com/dash-ag-grid/infinite-scroll#infinite-scroll-with-sort-and-filter) works 🎉. What do you think, do we want to predefined the `infinite_scroll_dash_ag_grid`?
> Is this still relevant based on the new speed optimisations for the Tables and Graph? :) Only a half of the "ideally fast ag_grid" problem is solved with the...
I really like this change! There's just one case that confuses me. While AgGrid stretches properly in the horizontal way, there are some height inconsistencies with the Table. Should those...
Another open question from the ticket is what should be done for the `vizro_url`. Is there the most common property we can set as a default? I can't tell from...
I'm pretty sure we don't need to handle `ALL_OPTION` anywhere anymore 😄 I guess, you can just replace it with the `"Select All"` in a few places, and then remove...
> @petar-qb it seems like dropdown doesn't work at all well with persistence. I'm not sure if it's my commits that broke that but as things stand I think it's...
> Cool, that's a relief! I guess it's up to us to decide how bad the current behaviour is and whether it's acceptable for us to do a release before...