feature: expandable rows
add: comments
This commit is contained in:
@ -261,7 +261,7 @@ export class DateSelector {
|
||||
* @static
|
||||
* @param {HTMLElement} [dom=document.body] 父元素
|
||||
* @param {Function} [trigger] 日期设置事件触发函数
|
||||
* @param {Date} trigger.[this]] - 上下文为触发设置日期的 `DateSelector` 实例
|
||||
* @param {Date} trigger.{this} - 上下文为触发设置日期的 `DateSelector` 实例
|
||||
* @param {Date} trigger.date - 修改后的日期值
|
||||
* @example <caption>HTML</caption>
|
||||
* <input id="dateFrom" data-type="date" data-min="1980-01-01"/>
|
||||
|
Reference in New Issue
Block a user