Marc-André Rivet
Marc-André Rivet
@matthewchan15 This is not currently possible in the table with the current constraint of one item in data translating to one row.
@shammamah Might just need to tweak the container's style so that overflow is hidden.
To offer a parallel, the dash-table uses d3-format for number formatting. While the library is very powerful and can respond to *almost* all the needs we have, it has been...
Discussing this with @rpkyle, it feels like we should be able to leverage the existing DashPy docs code to navigate/discover all links to be tested. Assigning a relatively large size...
Props using row ids: - derived_viewport_row_ids - derived_viewport_selected_row_ids - derived_virtual_row_ids - derived_virtual_selected_row_ids - selected_row_ids - active_cell.row_id - end_cell.row_id - selected_cells.row_id - start_cell.row_id
@jdamiba Can you provide additional details?
Most of the work would be to add what's in https://github.com/plotly/dash-docs/issues/918#issuecomment-677782927
- Generate sitemap like in Python (https://github.com/plotly/dash-docs/blob/master/generate_sitemap.py) - Load sidebar index (https://github.com/plotly/dash-docs/blob/master/dash_docs/run.py#L27) - Use the component (https://github.com/plotly/dash-docs/blob/master/dash_docs/run.py#L93) The sitemap is only URLs? Is there more to this? Meta?
@emmanuelle
Sizing as `2` because we are not sure what's involved in automating deployment to Heroku. Is this natively supported or would we need to script it in CI?