datatables.net-datetime
Version:
DateTime picker for DataTables.net
27 lines (21 loc) • 610 B
text/xml
<dt-option library="DateTime">
<name>buttons</name>
<summary>Container for navigation buttons</summary>
<since>DateTime 1.1.0</since>
<description>
This property is an object that contains the navigation helper properties:
* `de-init buttons.clear`
* `de-init buttons.today`
</description>
<example title="Enable clear and today buttons"><![CDATA[
new DateTime(document.getElementById('test'), {
buttons: {
today: true,
clear: true
}
});
]]></example>
<related>de-init buttons.clear</related>
<related>de-init buttons.today</related>
</dt-option>