What create a function in a extensions?
What create a function in a extensions?

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.