What create a function in a extensions?
What create a function in a extensions?
waswas69
Posts: 3Questions: 2Answers: 0
Example:
apiRegister( 'select.prueba()', function () {
return this.iterator( 'table', function ( ctx ) {
DataTable.select.init( new DataTable.Api( ctx ) );
}
It is ok? and a property?
thanks
This discussion has been closed.