mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-14 14:21:36 +03:00
Merge commit '5500cf75c0
' as 'jtable'
This commit is contained in:
commit
39aa35f2aa
155 changed files with 22323 additions and 0 deletions
41
jtable/jTable.jquery.json
Normal file
41
jtable/jTable.jquery.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "jTable",
|
||||
"title": "jTable",
|
||||
"description": "A JQuery plugin to create AJAX based CRUD tables (grids). It supports paging, sorting, selecting, master/child tables, show/hide/resize columns, localization, themes and more.",
|
||||
"keywords": [
|
||||
"ajax",
|
||||
"table",
|
||||
"grid",
|
||||
"crud",
|
||||
"jtable",
|
||||
"paging",
|
||||
"sorting"
|
||||
],
|
||||
"version": "2.4.0",
|
||||
"author": {
|
||||
"name": "Halil ibrahim Kalkan",
|
||||
"email": "halil@jtable.org",
|
||||
"url": "http://www.halilibrahimkalkan.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Halil ibrahim Kalkan",
|
||||
"email": "halil@jtable.org",
|
||||
"url": "http://www.halilibrahimkalkan.com"
|
||||
}
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://en.wikipedia.org/wiki/MIT_License"
|
||||
}
|
||||
],
|
||||
"bugs": "https://github.com/hikalkan/jtable/issues",
|
||||
"homepage": "http://www.jtable.org",
|
||||
"docs": "http://jtable.org/Home/Documents",
|
||||
"download": "http://jtable.org/Home/Downloads",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.9.1",
|
||||
"jqueryui": ">=1.9.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue