文件名称:tablequeryjs:使用文本查询过滤表格
文件大小:99KB
文件格式:ZIP
更新时间:2024-07-13 07:41:22
HTML
表查询js 使用文本查询来过滤表格。 使用括号和逻辑运算符执行任意复杂的查询。 实时确认查询的有效性; 显示为搜索字段周围的彩色轮廓。 对任何列名执行查询。 搜索 ISO 8601 格式的日期时间字段(即YYYY-MM-DD HH:mm:ss , T分隔符为可选,时区为可选),例如: datetime = today datetime = yesterday datetime > 2013-08-01 搜索HH:mm:ss时间字段,例如: time = 1 (等于一秒) time > 2 (大于两秒) time < 01:00 (小于一分钟) 例子 在此处在线查看 HTML 示例页面: 基本用法 使用方法见test/basic_example.html 。 简而言之: 要求: jQuery < script src =" http://cdn.jsdelivr.
【文件预览】:
tablequeryjs-master
----.travis.yml(1KB)
----Vagrantfile(2KB)
----package.json(490B)
----test()
--------tablequery-core-robustness()
--------example_basic.html(22KB)
--------index.html(224KB)
--------tablequery-core()
--------grammar()
--------set-filter()
--------git-commit-token()
--------dependency-leakage()
--------events()
----LICENSE(11KB)
----Gruntfile.js(3KB)
----src()
--------vendor()
--------grammar.jison(4KB)
--------tablequery-core.js(16KB)
----doc()
--------tablequeryjs_screencast.jpg(65KB)
----.gitignore(97B)
----README.md(4KB)
----bower.json(444B)