DHTMLX Docs & Samples Explorer

getFooterLabel(cin, ind)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

gets label of footer specified by index

  • cin - column index
  • ind - footer row index (optional, 0 by default)
   //minimal parameters set
   mygrid.getFooterLabel(0);
   //maximal parameters set
   mygrid.getFooterLabel(0,1);

See also: attachFooter, setFooterLabel