BSd3v

Results 68 comments of BSd3v
trafficstars

@aGitForEveryone, After running the initial command, whichever codebase you are adjusting would be the one that needs to be run: renderer - run renderer build html - run html build...

Hello @aGitForEveryone, You need to run these commands for bash. ![image](https://github.com/plotly/dash/assets/82055130/763c8cbb-6ae7-4177-af9c-09f96c635f6f) ![image](https://github.com/plotly/dash/assets/82055130/21e6b45c-1561-46b4-b5a7-65fe16f5a1f9) First-build runs some things that the unix systems take for granted. XD first-build fixes this part (as the...

Hmm, it's interesting because I didn't have to do many steps to get through the process. I did it from scratch the yesterday. The main thing was opening the git...

Yes, they are working on decreasing the build time for this, windows itself seems to take longer to build than on other systems. Webpack is going to eventually be replaced...

Hello @BalaNagendraReddy All cellRenderers defined in the namespace are available to grids and master details recursively. That means as many master details will have access to the cell renderers. Are...

Thanks for the clarification. I believe that this issue also is inline with this, correct? https://github.com/plotly/dash-ag-grid/issues/296

Yes, that is considered dynamic Master Details. This requires it to be a function, which is not currently supported. There is a workaround on the forums that you can check...

@gvwilson, Can you pull main and try again?

Hello @petar-qb, This probably works in a previous version, however, in the AG Grid update between these two versions, the `rowData` started updating asynchronously. Due to this, it broke `selectedRows`...

It seems that even in their examples it doesnt work the way they say it works... If you suppress and you only have `True` as the filter (in JS it...