<div class="grid-layout layout-loose layout-full"><table> <tr> <td><div class="grid-layout layout-tighter"><table> <tr> <td width="1%">Character encoding</td> <td><input bind="encodingInput"></input></td> </tr> </table></div></td> <td colspan="2"><div class="grid-layout layout-tighter layout-full"><table> <tr> <td style="text-align: right;"> </td> <td width="1%"><button class="button" bind="previewButton">Update Preview</button></td> </tr> </table></div></td> </tr> <tr> <td colspan="2"><div class="grid-layout layout-tightest"><table> <tr><td width="1%"><input type="checkbox" bind="skipCheckbox" id="$skip" /></td> <td><label for="$skip">Discard initial</label></td> <td><input bind="skipInput" type="text" class="lightweight" size="2" value="0" /> <label for="$skip">row(s) of data</label></td></tr> <tr><td width="1%"><input type="checkbox" bind="limitCheckbox" id="$limit" /></td> <td><label for="$limit">Load at most</label></td> <td><input bind="limitInput" type="text" class="lightweight" size="2" value="0" /> <label for="$limit">row(s) of data</label></td></tr> <tr><td width="1%"><input type="checkbox" bind="includeFileSourcesCheckbox" id="$include-file-sources" /></td> <td><label for="$include-file-sources">Store file source<br/>(file names, URLs)<br/>in each row</label></td></tr> </table></div></td> </tr> </table></div>