[ad_1]
I recently had to troubleshoot an issue where the data from a Google Sheet was not appearing on the wpDataTable.
Apparently when a cell contains data on two lines such as
This is line 1
This is line 2It won’t appear in the data table, either on the front end or the back end.
Simply combining the data into one line fixes the issue.
This is line 1 / This is line 2This has been tested and confirmed.
