NMR jsGrid

描述

Add jsGrid http://js-grid.com tables to your website using the shortcode: [nmr_jsgrid id='your-grid-name'].

Data grids or tables have configurable columns, filters, edit, update and delete functionality.
Configuration is performed in the WordPress admin. Tables support AJAX pagination to avoid full page reloads.

This is the free version of NMR jsGrid. For unlimited grids and all features, see NMR jsGrid Pro.

Free version limits

  • Maximum 10 grids
  • select field type is read-only in the column editor (Pro only)
  • Build Columns from Data Source is disabled (Pro only)

Pro version

NMR jsGrid Pro adds:

  • Unlimited grids
  • select field type with custom items, value field, and text field
  • Build Columns from Data Source — auto-detect columns from SQL, static, or remote data
  • Priority support

Usage

Go to Admin NMR jsGrid Add New. Pick a data source, build columns with the visual editor, configure display options, then embed with the shortcode [nmr_jsgrid id='your-grid-name'].

Data source types

  • Remote — AJAX calls to a custom WordPress action you provide. Set the endpoint URL and action name.
  • Static — paste a JSON array directly; no back-end needed.
  • SQL — write a SELECT query; the plugin handles pagination, filtering, insert, update, and delete automatically.

Display options

  • Height / Widthauto, percent (80%), or pixels (400)
  • Paging, Editing, Sorting, Autoload, Deleting, Filtering, Inserting, Page size — toggle grid behaviours
  • Pager format — e.g. Pages: {first} {prev} {pages} {next} {last}    {pageIndex} of {pageCount}
  • Page buttons — number of page buttons shown (5 is a good default)

If you enjoy using NMR jsGrid and find it useful, please consider making a donation.

屏幕截图

安装

  1. Upload the entire nmr-jsgrid folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

常见问题

How do I embed a grid in a post or page?

Use the shortcode [nmr_jsgrid id='your-grid-name'] where your-grid-name matches the Name you gave the grid in the admin.

What is the difference between the free and Pro versions?

The free version supports up to 10 grids, does not support the select field type configuration, and does not include the Build Columns from Data Source feature. NMR jsGrid Pro removes all these limits.

评价

此插件暂无评价。

贡献者及开发者

「NMR jsGrid」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「NMR jsGrid」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.0.0

  • Free version: limit 10 grids, Select field type and Build Columns from Data Source require Pro.

1.0.0

  • Initial version.