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.1

  • Fix: PHP warning “Undefined array key ids” in config_callback() when request missing ids[] param.
  • Fix: file used CRLF line endings, breaking nowdoc/heredoc parsing (PHP “Invalid body indentation level” fatal) on some hosts. Converted to LF.

2.0.0

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

1.0.0

  • Initial version.