|
|
## ajaxTable.php
|
|
|
|
|
|
\
|
|
|
**PHP**
|
|
|
|
|
|
```plaintext
|
... | ... | @@ -34,10 +31,6 @@ ajaxTable($sqlParams, $tableParams) { |
|
|
}
|
|
|
```
|
|
|
|
|
|
## ajaxTables.js
|
|
|
|
|
|
### Object init
|
|
|
|
|
|
**HTML**
|
|
|
```plaintext
|
|
|
<table class="table table-hover table-ajax
|
... | ... | @@ -75,7 +68,7 @@ element.dataset.tableRowHref = Bool: true/false; // default: true |
|
|
// element.dataset.tableRowEvents = Array: "['mouseover,mouseout,mousedown,mouseup,click']";
|
|
|
```
|
|
|
|
|
|
### Object functions
|
|
|
## Object functions
|
|
|
|
|
|
**get Dataset() { return this.element.dataset; }**
|
|
|
|
... | ... | |