amaannawab923 opened a new pull request, #41392: URL: https://github.com/apache/superset/pull/41392
### SUMMARY Clicking a cell in the interactive table selected the *text* inside the cell rather than selecting the cell itself, which makes the usual click-to-select / copy workflow feel broken. The grid had `enableCellTextSelection` turned on, which forces browser text selection on click and suppresses AG Grid's normal cell-focus behavior. Turning it off restores click-to-select-the-cell. One caveat worth calling out: full multi-cell range selection is an AG Grid Enterprise feature and isn't available in the Community build, so this restores single-cell selection only. ### TESTING INSTRUCTIONS 1. Open an interactive table on a dashboard or in explore. 2. Click a cell. 3. The cell should get a focus/selection outline rather than putting a text cursor in the cell content. Existing render tests for the table still pass. ### ADDITIONAL INFORMATION - [x] Changes UI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
