Click or drag to resize
EditorTable Method (String)
Set the database table name this Editor instance will use

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Editor Table(
	string t
)

Parameters

t
Type: SystemString
Table name

Return Value

Type: Editor
Self for chaining
See Also