Introduction
Introduction Statistics Contact Development Disclaimer Help
datatable: update example, show of tfoot works - jscancer - Javascript crap (re…
git clone git://git.codemadness.org/jscancer
Log
Files
Refs
README
LICENSE
---
commit df713220d317e47814942549cdd7d15c526f3b78
parent 94747bfaa39f95e6aeb09a31550a6433f38ed35b
Author: Hiltjo Posthuma <[email protected]>
Date: Thu, 3 Aug 2017 19:03:34 +0200
datatable: update example, show of tfoot works
Diffstat:
M datatable/example.html | 32 +++++++++++++++++++++--------…
1 file changed, 22 insertions(+), 10 deletions(-)
---
diff --git a/datatable/example.html b/datatable/example.html
@@ -43,22 +43,34 @@
</tr>
<tr>
<td>3</td>
- <td>0</td>
- <td>3</td>
- <td data-value="1.2">&euro; 1,20</td>
- <td data-value="7">seven</td>
+ <td>1</td>
+ <td>2</td>
+ <td data-value="69.1">&euro; 69,10</td>
+ <td data-value="1">One</td>
<td>Test description 3</td>
- <td data-value="19700101">1970-01-01</td></tr>
+ <td data-value="19690101">1969-01-01</td>
+</tr>
<tr>
<td>4</td>
- <td>7</td>
- <td>5</td>
- <td data-value="2000.1">&euro; 2.000,10</td>
- <td data-value="3">three</td>
+ <td>1</td>
+ <td>2</td>
+ <td data-value="69.1">&euro; 69,10</td>
+ <td data-value="2">Two</td>
<td>Test description 4</td>
- <td data-value="20000101">2000-01-01</td>
+ <td data-value="19690101">1969-01-01</td>
</tr>
</tbody>
+<tfoot>
+<tr>
+ <td>This</td>
+ <td>is</td>
+ <td>not</td>
+ <td>sorted</td>
+ <td>or</td>
+ <td>parsed</td>
+ <td>.</td>
+</tr>
+</tfoot>
</table>
<noscript>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.