You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
I’m using the MUI DataGrid with an actions column that opens a confirmation dialog when the user selects an action (e.g., “Delete”). The dialog is rendered in the same React tree as the DataGrid — ...