JSTableExport
@objc
public protocol JSTableExport : JSExport
/////////////////////////////////////
-
Undocumented
Declaration
Swift
var onSelect: Any { get set } -
Undocumented
Declaration
Swift
var onReady: JSValue { get set } -
Undocumented
Declaration
Swift
var staticCount: Int { get set } -
Undocumented
Declaration
Swift
var rowCount: [Int : Int] { get set } -
Undocumented
Declaration
Swift
func configCell(_ comp: JSValue) -
Undocumented
Declaration
Swift
func onSelectCell(_ comp: JSValue) -
Undocumented
Declaration
Swift
func cellIdForIndex(_ action: ((IndexPath) -> String)?) -
Undocumented
Declaration
Swift
func headerIdForSection(_ action: ((Int) -> String?)?)
JSTableExport Protocol Reference