Variable: table-html-th-rows

table-html-th-rows is a customizable variable defined in table.el.gz.

Value

0

Documentation

Number of top rows to become header cells automatically in HTML generation.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-html-th-rows 0
  "Number of top rows to become header cells automatically in HTML generation."
  :tag "HTML Header Rows"
  :type 'integer
  :group 'table)