Line break bug
-
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 2
It 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 2
This has been tested and confirmed.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Line break bug’ is closed to new replies.