This module provides a CSV text field that displays data as a table.
The default formatter offers two options:
- Display using the Datatables plugin
- Render CSV as table on the client: This option reduces bandwidth by not sending the table HTML over the network. The CSV data is parsed by the PapaParse library.