定制 datatables.net/datatables.net-datetime 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

datatables.net/datatables.net-datetime

最新稳定版本:1.6.3

Composer 安装命令:

composer require datatables.net/datatables.net-datetime

包简介

DateTime picker for DataTables.net

README 文档

README

This library is a date and time picker that is available for use primarily in the DataTables.net software and its extensions. The library can also be used for other applications if required (for example if you are using DataTables else where in your application and you would like consistency for the date / time pickers used in your UI).

Installation

This library can be installed from npm using:

npm install --save datatables.net-datetime

Usage

Initialise on an input element using:

new DateTime(document.getElementById('test'), {});

or jQuery style:

$('#test').dtDateTime();

Please refer to the DataTables site for a full description of options and API methods. A set of examples are also included.

统计信息

  • 总下载量: 2.2k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 11
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 4
  • Forks: 4
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-23