1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Fix #183 - examples - typo in sDom example

This commit is contained in:
Allan Jardine 2013-04-23 06:55:49 +01:00
parent 6a5415fe34
commit b3509a84e8

View File

@ -26,7 +26,7 @@
</div> </div>
<h1>Preamble</h1> <h1>Preamble</h1>
<p>When customising DataTables for your own usage, you might find that the default position of the feature elements (filter input etc) is not quite to your liking. To address this issue DataTables takes inspiration from the CSS 3 Advanced Layout Module and provides the <b>sDom</b> initialisation parameter which can be set to indicate where you which particular features to appear in the DOM. You can also specify <b>div</b> wrapping containers (with classes) to provide complete layout flexibility. The syntax available is:</p> <p>When customising DataTables for your own usage, you might find that the default position of the feature elements (filter input etc) is not quite to your liking. To address this issue DataTables takes inspiration from the CSS 3 Advanced Layout Module and provides the <b>sDom</b> initialisation parameter which can be set to indicate where you wish particular features to appear in the DOM. You can also specify <b>div</b> wrapping containers (with classes) to provide complete layout flexibility. The syntax available is:</p>
<ul> <ul>
<li><b>l</b> - Length changing</li> <li><b>l</b> - Length changing</li>
<li><b>f</b> - Filtering input</li> <li><b>f</b> - Filtering input</li>