Is there any solution that will allow me (perhaps with Java) to create a custom Dynamics 365 view that has rows that expand in height if a multiline field in one column has more than one line of data?
In other words, I want to emulate an Excel spreadsheet where cells with wrapping cause the row to resize as they are populated / edited with content.
The only other requirement is that it also allows me to set it up with Editable Grid controls, which I already know how to do and have enabled on the entity.
Otherwise, just the usual interface (user can edit columns, edit filters, resize columns, etc.)
For bonus points though: It would be ideal if I could freeze the left column (or two) so it remains visible as we scroll right (the table likely won't fit on one screen).