AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

IToolDataTableList..::..OnClientLoadedFunction Property

Name of JavaScript function to call after data table has been loaded. Signature needs to be defined as functionName(sender, data, type, row, meta) Usage: OnClientLoadedFunction = "functionName";

Namespace:  AdvantageCMS.Core.Admin.Interfaces
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


string OnClientLoadedFunction { get; set; }

Field Value

The on client loaded function.