• Resolved comfr3ak

    (@comfr3ak)


    Maybe I’m not understanding it correctly, but I set header_rows=”0″ so that there is no table header row, but it does not seem to work. If I set it for more than 1, it works, making however many header rows I select. Setting it for 0 still produces a header row not matter what I try. Is there some trick to make this work?

    Here is the shortcode with the key omitted for privacy:

    [gdoc key=”<omitted url>” datatables_paging=”false” header_rows=”0″ datatables_dom=”lrtp” datatables_ordering=”false” query=”select B,C,D,G” expire_in=”60″]

    https://ww.wp.xz.cn/plugins/inline-google-spreadsheet-viewer/

Viewing 1 replies (of 1 total)
  • Plugin Author Meitar

    (@meitar)

    Maybe I’m not understanding it correctly, but I set header_rows=”0″ so that there is no table header row, but it does not seem to work.

    A header row is required. Look at line 466 of the plugin.

    Setting header_rows="0" is is the same as setting header_rows="1".

    You can always make the table appear not to have a header row by styling its <th> elements the same way you style your <td> elements.

Viewing 1 replies (of 1 total)

The topic ‘header_rows="0" doesn't work’ is closed to new replies.