Constructordojox.grid.tableMap

dojo.require("dojox.grid._grid.builder");
defined in dojox/grid/_grid/builder.js

Maps an html table into a structure parsable for information about cell row and col spanning. Used by headerBuilder

Usage

function (inRows) (view source)
parametertypedescription
inRows  

Jump to PropertiesFunctionsBack to top

FunctiongetMapCoords(inRow, inCol)
Find node's map coords by it's structure coords
FunctiongetNode(inTable, inRow, inCol)
Find a node in inNode's table with the given structure coords
FunctionmapRows(inRows)
Map table topography
Function_findOverlappingNodes(inTable, inRow, inCol)

Jump to FunctionsPropertiesBack to top