Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • W wikiwfs.geo.uu.nl
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • System Projects
  • wikiwfs
  • wikiwfs.geo.uu.nl
  • Wiki
  • ajaxTables

ajaxTables · Changes

Page history
Update ajaxTables authored Sep 30, 2021 by 3537390's avatar 3537390
Show whitespace changes
Inline Side-by-side
ajaxTables.md
View page @ 5db04cff
......@@ -3,6 +3,7 @@
\
**function ajaxTable(object: $sqlParams, \[object: $tableParams\]) {}**
**PHP**
```plaintext
ajaxTable($sqlParams, $tableParams) {
......@@ -33,6 +34,7 @@ ajaxTable($sqlParams, $tableParams) {
### Object init
**HTML**
```plaintext
<table class="table table-hover table-ajax
data-ajax="" String
......@@ -51,6 +53,7 @@ ajaxTable($sqlParams, $tableParams) {
></table>
```
**JavaScript**
```plaintext
element.dataset.ajax = String: "table";
element.dataset.url = String: "https://wikiwfs.geo.uu.nl/api";
......
Clone repository

Home
ajaxMenus
ajaxTables