Basis Tables

Modern, performant tables for WordPress with responsive, accessible features. TablePress-like editor with inline editing and AJAX saving.

Author:roehler (profile at wordpress.org)
WordPress version required:6.0
WordPress version tested:6.8.5
Plugin version:0.1.0
Added to WordPress repository:24-10-2025
Last updated:24-10-2025
Rating, %:0
Rated by:0
Plugin URI:https://basistables.com
Total downloads:201
plugin download
Click to start download

Basis Tables provides a modern table editor inspired by TablePress, with a focus on speed and admin UX:

  • Inline editing: click any cell, type, and it saves automatically via AJAX without page reload
  • Context menu on right-click: copy/paste, add/delete rows/columns, duplicate, set column values
  • Column visibility, header sorting, per-column filter icon in header
  • Modules system to toggle optional features
  • Accessibility: ARIA live region, keyboard shortcuts (Enter to save cell; Ctrl/Cmd+S for row), compact view

Developer-friendly:
– Nonce-protected AJAX endpoints
– Migrations ensure DB schema integrity automatically
– Debug logging built-in (toggleable): see AJAX requests and errors in the console

Project site: https://basistables.com
Author: https://roehler.nrw

Source Code and Build

All JavaScript and CSS in this plugin are human-readable and not minified.
There is currently no build step. The distributed files under assets/js and assets/css are the original source.

For reviewers:
– assets/js/admin.js – original source (no minification)
– assets/js/block.js – original source (no minification)
– assets/js/frontend.js – original source (no minification)
– assets/css/admin.css – original source (no minification)
– assets/css/frontend.css – original source (no minification)

If a build pipeline (e.g., npm/webpack) is introduced in the future, this readme will document the repository URL and build instructions.


FAQ
ChangeLog