### Describe your motivation Automatically show a tooltip for columns that have text that overflows. <img width="308" height="129" alt="Image" src="https://github.com/user-attachments/assets/5c2f6c26-425b-432c-b747-8158bec87a67" /> ### Describe the solution you'd like ```grid.addColumn(Object::getValue).setTooltipOnOverflow(true);``` ### Describe alternatives you've considered _No response_ ### Additional context _No response_