Variable: table-cals-thead-rows

table-cals-thead-rows is a customizable variable defined in table.el.gz.

Value

1

Documentation

Number of top rows to become header rows in CALS table.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-cals-thead-rows 1
  "Number of top rows to become header rows in CALS table."
  :tag "CALS Header Rows"
  :type 'integer
  :group 'table)