What create a function in a extensions?

What create a function in a extensions?

waswas69waswas69 Posts: 3Questions: 2Answers: 0
edited January 2018 in Free community support

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.