We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90aa979 commit eb6bf91Copy full SHA for eb6bf91
demo/basic/withOptions.html
@@ -19,7 +19,7 @@ <h1><i class="fa fa-play"></i> With options</h1>
19
<li class="text-danger">
20
<i class="fa fa-warning"></i> When rendering a static table, you CANNOT use the <code>dt-column</code> directive. Indeed,
21
the module will render the datatable after the promise is resolved. So for DataTables, it's like rendering a static table.
22
- If you need to provide some options to your columnn, your must provide the <code>dt-column-defs</code> directive (which corresponds
+ If you need to provide some options to your column, your must provide the <code>dt-column-defs</code> directive (which corresponds
23
to the <a href="https://datatables.net/reference/option/columnDefs">DataTables columnDefs</a>).
24
</li>
25
</ul>
0 commit comments