Title: Orki Table Builder Pro
Author: swarnodigital
Published: <strong>Gwynngala 15, 2026</strong>
Last modified: Gwynngala 21, 2026

---

Search plugins

![](https://ps.w.org/orki-table-builder-pro/assets/banner-772x250.png?rev=3696182)

![](https://ps.w.org/orki-table-builder-pro/assets/icon-256x256.png?rev=3696182)

# Orki Table Builder Pro

 By [swarnodigital](https://profiles.wordpress.org/swarnodigital/)

[Download](https://downloads.wordpress.org/plugin/orki-table-builder-pro.0.15.7.zip)

 * [Details](https://cor.wordpress.org/plugins/orki-table-builder-pro/#description)
 * [Reviews](https://cor.wordpress.org/plugins/orki-table-builder-pro/#reviews)
 *  [Installation](https://cor.wordpress.org/plugins/orki-table-builder-pro/#installation)
 * [Development](https://cor.wordpress.org/plugins/orki-table-builder-pro/#developers)

 [Support](https://wordpress.org/support/plugin/orki-table-builder-pro/)

## Description

Orki Table Builder Pro lets you build tables from your WordPress admin using a visual,
spreadsheet-like editor — no code required. Style every part of the table (colors,
borders, fonts, images, links), then insert it anywhere using a simple shortcode
or the block editor.

Developed by Orki — https://orki.in

**Core features**

 * Excel-style visual editor: column letters (A, B, C…) and row numbers (1, 2, 3…),
   click a heading to select a whole row or column; multi-select by dragging or 
   with Shift/Ctrl+click
 * Toolbar (top and bottom): cut/copy/paste, font/size, bold/italic/underline, fill
   and font color, alignment, merge/split (cells, whole rows, or whole columns),
   sort, find & replace, real Conditional Formatting rules
 * Row and column management: insert/delete/duplicate/move, resize by dragging a
   header’s edge, drag-and-drop reordering, and right-click context menus
 * Image Column and Link Column — dedicated column types with WordPress Media Library
   integration for images and files
 * Advanced Cell editor for rich HTML content (images, links, formatting) inside
   any standard cell, with a dedicated popup editor
 * Table Categories, including a category-wide shortcode that lists every table 
   in that category on one page, with drag-to-reorder priority
 * Import: CSV from a file upload, a URL, a file already on your server, or pasted
   directly — as a new table, replacing an existing one, or appended to one
 * Export: CSV, XLSX, and PDF, one table at a time or several at once bundled into
   a ZIP
 * Frontend sorting, search/filter, pagination, and Fixed Rows & Columns (sticky
   header and footer, any number of fixed columns on either side)
 * Five responsive layouts for small screens: Horizontal Scroll (with optional arrow
   buttons), Accordion, Modal, Stack, and Flip, each with its own breakpoint/column
   settings
 * Table name display with independent font, size, color, alignment, and bold/italic/
   underline
 * Live Preview button before you publish anywhere
 * Shortcode and Gutenberg block support

## Blocks

This plugin provides 1 block.

 *   Orki Table Builder Pro

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`, or install the ZIP via Plugins
    Add New  Upload Plugin.
 2. Activate the plugin through the “Plugins” menu.
 3. Go to Orki Table Builder in the admin menu and click “Add New” to build your first
    table.
 4. Copy the shortcode shown in the “How to Add This Table” box, or insert the table
    using the Orki Table Builder Pro block.

## FAQ

### Does this work on mobile?

Yes. Tables scroll horizontally on small screens by default, and Fixed Rows & Columns
settings let you keep the header, footer, and any number of columns on either side
visible while scrolling. For more control, each table’s Responsive Behaviour settings
also offer five responsive layouts — Horizontal Scroll, Accordion, Modal, Stack,
and Flip — so you can pick how a specific table behaves on narrow screens instead
of relying on the default.

### Can I import data from a spreadsheet?

Yes — CSV import is fully supported, from a file upload, a URL, a file on your server,
or pasted directly, either as a new table or into an existing one. XLSX/ODS/HTML/
JSON import and live Google Sheets sync are not built yet.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Orki Table Builder Pro” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ swarnodigital ](https://profiles.wordpress.org/swarnodigital/)

[Translate “Orki Table Builder Pro” into your language.](https://translate.wordpress.org/projects/wp-plugins/orki-table-builder-pro)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/orki-table-builder-pro/),
check out the [SVN repository](https://plugins.svn.wordpress.org/orki-table-builder-pro/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/orki-table-builder-pro/)
by [RSS](https://plugins.trac.wordpress.org/log/orki-table-builder-pro/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.15.7

 * Added 10 Google Fonts to both font dropdowns (Table name formatting and the per-
   cell toolbar Font button): Figtree, Poppins, Montserrat, Roboto, Roboto Condensed,
   Playfair Display, Lato, Bebas Neue, Anton, Dancing Script — grouped separately
   from the existing system fonts, and loaded on both the editor and the frontend.
   Removed “Default font color” from Style and Colors — text is always black now,
   and individual cells can already override this from the toolbar. See changelog.
   txt for full details.

#### 0.15.6

 * Added a “Responsive Behaviour” section with five responsive layouts: Horizontal
   Scroll, Accordion, Modal, Stack, and Flip. Settings reorganized into four collapsible
   sections (Formatting Tools, Appearance & Behavior, Responsive Behaviour, Style
   and Colors). Added “Fixed Rows & Columns”: sticky header/footer and a configurable
   number of fixed columns on either side, built with this plugin’s existing dependency-
   free approach.
 * Found and fixed the real root cause of Sticky Header/Footer not working: position:
   sticky genuinely cannot work while an ancestor also needs horizontal scrolling,
   per a hard CSS constraint confirmed directly on a live page. Replaced with a 
   JavaScript approach (cloning the row and repositioning it against the real viewport),
   the same technique used by libraries like DataTables for this exact situation.
   Renamed “Enable Fixed Header” to “Enable Sticky Header”.
 * Flip mode now preserves per-cell colors and table-wide border settings across
   the transpose, and — when Sticky Header is also on and the table has a real header—
   keeps the transposed label column fixed in view while scrolling horizontally.
   Modal mode’s popup now shows every column for a row, not just the hidden ones.
   Also: Advanced Editor’s Link button now inserts a link tag immediately like the
   other formatting buttons, the Duplicate button now duplicates every selected 
   row/column, and “Orki” in “By Orki” on the Plugins page now links to orki.in.
   See changelog.txt for the full, detailed account of everything in this release.

#### 0.15.5

 * Changed HTML/Advanced Cell click behavior: a single click now only selects the
   cell, matching every other cell type, instead of immediately opening the Advanced
   Editor. Double-click opens it, as before. No change to how HTML content is stored
   or rendered — only which click opens the editor.
 * Advanced Editor’s Link button now inserts an anchor tag immediately, like every
   other formatting button, instead of opening a separate modal.
 * “Orki” in “By Orki” on the Plugins list screen now links to https://orki.in (
   display-only change, the plugin header itself is untouched). See changelog.txt
   for the full account of all three changes.

#### 0.15.4

 * The actual fix for the All Tables blank-until-scroll bug — two earlier attempts
   were both confirmed by live testing not to work before the real root cause (a
   collapsed-float container) was found and fixed. See changelog.txt for the full
   account of all three attempts.

For the complete version history, see changelog.txt included with this plugin.

## Meta

 *  Version **0.15.7**
 *  Last updated **5 dydh ago**
 *  Active installations **10+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/orki-table-builder-pro/)
 * Tags
 * [responsive table](https://cor.wordpress.org/plugins/tags/responsive-table/)[shortcode](https://cor.wordpress.org/plugins/tags/shortcode/)
   [table](https://cor.wordpress.org/plugins/tags/table/)[Table Builder](https://cor.wordpress.org/plugins/tags/table-builder/)
   [tables](https://cor.wordpress.org/plugins/tags/tables/)
 *  [Advanced View](https://cor.wordpress.org/plugins/orki-table-builder-pro/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/orki-table-builder-pro/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/orki-table-builder-pro/reviews/)

## Contributors

 *   [ swarnodigital ](https://profiles.wordpress.org/swarnodigital/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/orki-table-builder-pro/)