datatables.net-datetime
Version:
DateTime picker for DataTables.net
29 lines (18 loc) • 705 B
text/xml
<dt-example table-type="html" table-class="display nowrap" order="5">
<css lib="datetime"/>
<js lib="datatables datetime">
<![CDATA[
new DateTime(document.getElementById('test'), {
alwaysVisible: true
});
]]>
</js>
<title lib="DateTime">Always visible picker</title>
<info><, but it also has the option to be always visible, and the input also visible through the `de-init alwaysVisible` option, which is demonstrated on the page.
]]></info>
<custom-table>
<input id="test" type="text" value="2026-01-30" />
</custom-table>
</dt-example>