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 2016-03-06 21:36:35 +11:00
parent 06ef48240a
commit 6c433a313f

@ -93,11 +93,11 @@
<td> <code>var tfConfig = { grid_default_col_width: "125px" }</code></td>
</tr>
<tr>
<th>grid_enable_cols_resizer</th>
<th>grid_no_headers</th>
<td>boolean</td>
<td>enables/disables the columns resizer feature (default - true)</td>
<td>instructs the component that current working table has no headers (default - false)</td>
<td>&nbsp;</td>
<td> <code>var tfConfig = { grid_enable_cols_resizer: false }</code></td>
<td><code>var tfConfig = { grid_no_headers: true }</code></td>
</tr>
</tbody>
</table>