1. 首页
  2. 考试认证
  3. 其它
  4. ApplicationEnhancer DTable用DTable增强应用界面体验

ApplicationEnhancer DTable用DTable增强应用界面体验

上传者: 2024-12-21 08:47:06上传 ZIP文件 251.43KB 热度 7次

ApplicationEnhancer-DTable 消除使用 DTable 时可能出现的一些复杂性。其设计目标是提供一个更加简洁和易于配置的应用程序界面。使用时,table_id 是唯一标识表格的参数,注意它不包含 # 字符,而 table_implementation 则是包含表格完整实现的 JSON 对象。 的配置默认为当前 URL 栏上的域名,而交互功能默认支持点击和触摸操作。以下是一个简单示例:

var table_app = new DApp({

table_id: 'my_table',

table_implementation: {

processing: true,

order: [1, 'desc'],

ajax: '',

columns: [{

  d

}]

}

});

下载地址
用户评论