API Reference
Class
DataTablesDslOptionsApplier
Applies DSL option objects to a DataTables table.
Inheritance
- Object
- DataTablesDslOptionsApplier
Methods
public static Void ApplyOptions(DataTablesTable table, IEnumerable<Object> options) #Returns:
VoidApplies option objects to the provided DataTablesTable.
Parameters
- table HtmlForgeX.DataTablesTable
- Table instance to configure.
- options System.Collections.Generic.IEnumerable{System.Object}
- Option objects emitted by the PowerShell DSL.