Daily Summary: Difference between revisions

91 bytes added ,  15:12, 12 May 2018
m
→‎Other jQuery approaches: added note about schema
m (→‎PHP scripts: updated forum reference to specify last paragraph by Kevin)
m (→‎Other jQuery approaches: added note about schema)
Line 282: Line 282:
</script>
</script>
</pre>
</pre>
The above code uses jQuery to output a table showing all the statistics from the database, note that any column containing values can be clicked upon and the table will be resorted by those values, but any column containing time-stamps has the sorting set to false, so you cannot pick them.
The above code uses jQuery to output a table showing all the statistics from the database, note that any column containing values can be clicked upon and the table will be resorted by those values, but any column containing time-stamps has the sorting set to false, so you cannot pick them.  The column names used above are from the schema by David Jamieson, as used by Cumulus MX.
5,838

edits