I had missing headers too. Instead of the one suggestion, and your example:
csv_headers="1"
Per the 0.13.1 Changelog notes, I added the statement without the quotes:
csv_headers=1
and it worked for me.
I had missing headers too. Instead of the one suggestion, and your example:
csv_headers="1"
Per the release notes, I added the statement without the quotes:
csv_headers=1
and it works for me.
My entire shortcode:
[gdoc key="https://docs.google.com/spreadsheets/d/xxxxxx/edit#gid=yyyyyy" query="select A,B,C,D,E,F,G" datatables_paging="false" datatables_order='%5B%5B 0, "desc"%5D ,%5B 4, "asc" %5D%5D' datatables_dom=”lfrtip” csv_headers=1]
Website has moved from dev to live, so test page moved to here
Google sheet remains in same place