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 @ bd02d055
......@@ -58,7 +58,7 @@ element.dataset.db = String: "llg";
element.dataset.table = String: "llg_nl_boreholeheader";
element.dataset.columns = String: "*" || Array: "['yeargroup,year,names,n_boreholes,minxco,maxxco,minyco,maxyco']"; // default: "*"
element.dataset.tableCaption = String: "";
element.dataset.tableCaption = String: ""; // default: ""
element.dataset.tablePreview = Int: ""; // default: 3
element.dataset.tableExpanded = Bool: true/false; // default: false
element.dataset.tableAdd = Bool: true/false; // default: false
......@@ -71,18 +71,18 @@ element.dataset.tableRowHref = Bool: true/false; // default: true
## Object functions
**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
\
**eventTransmitter(string: event, int: i) {}**
\
**eventReceiver(string: event, int: i) {}**
\ No newline at end of file
Clone repository

Home
ajaxMenus
ajaxTables