1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-01 13:32:40 +02:00

Updated 1.13 Help instructions (markdown)

koalyptus 2017-05-24 13:30:39 +10:00
parent af00a1b9bf
commit 44415fea4d

@ -124,7 +124,7 @@ var tfConfig = {
</td>
</tr>
<tr>
<th>css_class</th>
<th>btn_css_class</th>
<td>string</td>
<td> defines the css class of the help/instructions button
(default - 'helpBtn')</td>
@ -133,7 +133,7 @@ var tfConfig = {
<pre>
var tfConfig = {
help_instructions: {
css_class: 'myCssClass'
btn_css_class: 'myCssClass'
}
};
</pre>