{hero}

按钮

自:日期时间 1.1.0 起

导航按钮容器。
请注意 - 此属性需要 DateTime 扩展才能用于 DataTables。

说明

此属性是一个包含导航帮助器属性的对象

示例

启用清除和今天按钮

new DateTime(document.getElementById('test'), {
	buttons: {
		today: true,
		clear: true
	}
});

相关

下列选项直接相关,在您的应用程序开发中也可能有用。