|
|
|
## ajaxTables
|
|
|
|
|
|
|
|
**get Dataset() { return this.element.dataset; }**
|
|
|
|
|
|
|
|
Returns the dataset of the current Object.element
|
|
|
|
|
|
|
|
\
|
|
|
|
**get Index() { return this.index; }**
|
|
|
|
|
|
|
|
Returns the index of the current Object
|
|
|
|
|
|
|
|
\
|
|
|
|
**get Data() { return JSON.parse(this.data); }**
|
|
|
|
|
|
|
|
Returns the data of the current Object in JSON format |
|
|
|
\ No newline at end of file |