|
ASP.Net If property FirstTableRowIsHeader is true then TH tags are used for the first row when inserting a table. If property FirstTableRowIsHeader is false then TD tags are used.
PHP, JSP, ASP
If
var globalFirstTableRowIsHeader = true;
in config.js
then the first row consists of TH tags instead of TD when inserting a table. If this parameter is false then only TD tags are used.
|