Forum Discussion
pmarcial
May 09, 2024Copper Contributor
SharePoint Online List switch to Microsoft List
Since few weeks ago my user is viewing the lists of my SharePoint Online with the UI (User Interface) of Microsoft List instead of the SharePoint. I think this is related to the announcement of Micro...
pmarcial
May 09, 2024Copper Contributor
Thanks Josh for your reply. The issue happens also if the text does not have hyperlinks. The problem is with the height of the row, not the content itself. Here is another example:
This is how MS List shows the row:
This is how SharePoint shows the row:
Josh_Wickes
May 09, 2024Brass Contributor
I see, in that case I would suggest formatting the column using JSON or CSS to auto adjust may take some research I have not tried this myself but have seen it done before
- pmarcialMay 10, 2024Copper Contributor
Josh_Wickes Hi Josh. I think there is an issue with using JSON to format multiple line fields. It shows all the HTML code embedded in the field 😞
Forgot to say the field uses enhanced rich text.
https://learn.microsoft.com/en-us/answers/questions/1322053/spo-modern-json-format-a-multiline-text-field-that
- Josh_WickesMay 10, 2024Brass ContributorThat's not ideal, I have previously used json to add a hover function that reveals the full text that could be an option. Unfortunately I don't have the code on hand as it was a previous role
- pmarcialMay 09, 2024Copper ContributorOk. I use JSON to format other columns. Didn't think about using it in this case, as it was not needed before when my user had the SharePoint UI experience. I am gonna ask copilot for the code 🙂 Will keep you updated. Thanks again.
- Josh_WickesMay 09, 2024Brass ContributorCopilot would be my first stop I look forward to hearing the solution