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

Updated 1.03 Grid layout (markdown)

koalyptus 2018-09-21 18:44:17 +10:00
parent 6ed0f5c5ba
commit 52e9d7e582

@ -121,21 +121,6 @@ var tfConfig = {
grid_layout: {
inf_grid_css_class: 'myclass'
}
};
</pre>
</td>
</tr>
<tr>
<th>headers_row_index</th>
<td>number</td>
<td>defines which row contains the column headers (default - 0)</td>
<td>&nbsp;</td>
<td>
<pre>
var tfConfig = {
grid_layout: {
headers_row_index: 1
}
};
</pre>
</td>