This question is related to Ag-Grid row height on Angular 4 Project. Please see the below scenario:-
I have an Ag-Gird having 3 columns respectively:-
- Id (resizable column from UI)
- Name (resizable column from UI)
- Address (resizable column from UI)
I do not have any limitations( like the limited number of character or words is allowed) on Address column. Users can type any number of characters or words they want to.
Issues:-
- How to increase the row height, when Address column width is completely filled-up with words or when users press Enter or Shift + Enter?
- How to adjust height automatically when users resize the Address column?
Please help me with these issues.
Thanks