datatables.net-datetime
Version:
DateTime picker for DataTables.net
27 lines (21 loc) • 571 B
text/xml
<dt-option library="DateTime">
<name>i18n.clear</name>
<summary>Clear button text value</summary>
<since>DateTime 1.1.0</since>
<default value="Clear"></default>
<description>
Sets the string that will be shown in the _Clear_ button when enabled by `de-init buttons.clear`.
</description>
<example title="Set clear button text"><![CDATA[
new DateTime(document.getElementById('test'), {
buttons: {
clear: true
},
i18n: {
clear: 'Empty'
}
});
]]></example>
<related>de-init buttons.clear</related>
</dt-option>