Метод | Описание | |
---|---|---|
add_Column ( this jsDataTable, string title ) : |
||
add_Column ( this jsDataTable, string title, string _class ) : |
||
add_Columns ( this jsDataTable ) : |
||
add_Row ( this jsDataTable ) : |
||
add_Row ( this jsDataTable, List |
public static add_Column ( this jsDataTable, string title ) : |
||
jsDataTable | this | |
title | string | |
Результат |
public static add_Column ( this jsDataTable, string title, string _class ) : |
||
jsDataTable | this | |
title | string | |
_class | string | |
Результат |
public static add_Columns ( this jsDataTable ) : |
||
jsDataTable | this | |
Результат |
public static add_Row ( this jsDataTable ) : |
||
jsDataTable | this | |
Результат |
public static add_Row ( this jsDataTable, List | ||
jsDataTable | this | |
cells | List | |
Результат |