Click or drag to resize

MapperUtilsSetUpResponsiveTableDataCell Method

Sets up a data cell (TD) for use in a responsive table supporting breakpoint pivoting.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void SetUpResponsiveTableDataCell(
	IField fld,
	TableCell cell
)

Parameters

fld
Type: NetQuarry.DataIField
The field, may be null.
cell
Type: System.Web.UI.WebControlsTableCell
The cell.
See Also