An open API service indexing awesome lists of open source software.

https://github.com/codfrm/cmltable


https://github.com/codfrm/cmltable

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# CMLTable

基于jQuery编写

## 引用
```


```

## 创建
```
$('#test').createCMLTable({
url:'http://127.0.0.1/controller.php',
action:[{
action:'delete',
title:'删除'
},{
action:'absdelete',
title:'永久删除'
}
],
columns: [{
checkbox: true
}, {
field: 'uid',
title: 'UID',
},{
field:'user',
title:'用户名'
}]
});
```

![demo](image/img.png)