mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.47k stars 111 forks source link

[Docs] Add documentation for the AgGrid #324

Closed maxschulz-COL closed 4 months ago

maxschulz-COL commented 4 months ago

Description

This PR contains the documentation for the AG Grid feature - it replaces https://github.com/mckinsey/vizro/pull/269.

This PR contains the code changes from https://github.com/mckinsey/vizro/pull/289 - so any changes inside src/vizro can be ignore as that PR will be reviewed separately and merge before this one

Open ToDos

@AnnMarieW I took your stylings on the CSS PR as an example on how to style and individual AG Grid - the "advanced" docs examples. Thanks!

Notice

maxschulz-COL commented 4 months ago
  • Do a find of "table" in the docs on AG Grid to make sure there's no left over copy and paste errors

I could not really find any, were there any specific ones you had in mind?

  • Make sure we are consistent with "AG Grid" over "AGGrid" etc.

I decided now for AG Grid instead of AGGrid as it seems the more popular choice

  • Make sure the docs are up to date with whatever names we ultimately use in the code

Yes, I anticipated AGGrid when writing, but we have changed to AgGrid so changed it just now