1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-07 16:32:39 +02:00

Updated 3.2 Column operations (markdown)

koalyptus 2015-07-04 13:59:50 +10:00
parent c494c4a68d
commit 9a9cfbc212

@ -1,3 +1,11 @@
<p>This extension allows <code>TableFilter</code> to perform calculations on a per column basis. Those are the operations that are currently possible:
<ul>
<li>sum</li>
<li>median</li>
<li>lower quartile</li>
<li>upper quartile</li>
</ul>
</p>
<p>To get the <code>colOps</code> extension instance:</p>
<pre>var colOps = tf.extension('colOps');</pre>
where <code>tf</code> is an instance of <code>TableFilter</code>.