1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-09 01:12:38 +02:00

Updated 1.02 Main features (markdown)

koalyptus 2017-03-01 21:20:54 +11:00
parent e9d884cb64
commit 355dd8f6c8

@ -49,7 +49,7 @@
<tr>
<th>cell_parser</th>
<td>object</td>
<td>define the columns that implement a custom cell parser in order to populate selection filter (default - { cols: [], parse: function(){} })</td>
<td>define the columns that implement a custom cell parser in order to populate selection filter types (default - { cols: [], parse: function(){} })</td>
<td><p>3 parameters are sent to the parse function:</p>
<ul>
<li>tf is the current TableFilter instance</li>