Most Tablentor issues stem from plugin conflicts, caching, or JavaScript errors. Work through the relevant section below before reaching out for support.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jakaria-istauk/tablentor/llms.txt
Use this file to discover all available pages before exploring further.
Common issues
Tables not displaying correctly on mobile
Tables not displaying correctly on mobile
Check that your WordPress theme supports responsive design. Look for CSS conflicts between your theme’s table styles and Tablentor’s classes. If the table is overflowing, try adding
overflow-x: auto to the widget’s parent container via Advanced → Custom CSS in Elementor.CSV import not working
CSV import not working
- Verify the CSV file URL is publicly accessible (not behind authentication or firewall rules)
- Check that the file has a
.csvextension — the plugin validates this before fetching - Confirm your server allows
file_get_contents()for external URLs (some hosts restrict this) - As an alternative, paste the CSV content directly into the CSV Data textarea instead of using a file URL
Search functionality not working (Basic Table)
Search functionality not working (Basic Table)
- Confirm JavaScript is enabled in the browser
- Open the browser console (F12) and check for JavaScript errors
- Check for conflicts with other plugins that override or defer jQuery loading
- Ensure the widget has a unique ID — avoid duplicating widgets by copy-pasting outside Elementor
DataTables features not loading (CSV Table)
DataTables features not loading (CSV Table)
- Make sure Enable Data Table is toggled on in the Content tab
- First Row/Line as Header must also be enabled — DataTables requires a
<thead>to initialise - Check the browser console for JavaScript errors
- View the page source and confirm
data-table.min.jsis present — if not, check for script enqueue conflicts with your theme or other plugins
Styling not applying
Styling not applying
- Clear the Elementor cache: Elementor → Tools → Regenerate Files & Data
- Clear any site/page caching plugin cache
- Check for CSS specificity conflicts — Tablentor scopes all selectors to
{{WRAPPER}}, but theme stylesheets can still override widget styles - If a specific style won’t apply, add it via Advanced → Custom CSS on the widget with
!important
Plugin activation error
Plugin activation error
- Confirm PHP 7.4 or higher is running on your server
- Ensure Elementor is installed and active before activating Tablentor
- Review your WordPress error log at
wp-content/debug.log(requiresWP_DEBUG_LOGto be enabled)
Table shows blank or empty content
Table shows blank or empty content
Basic Table: ensure at least one column is configured and that rows have been added via the repeater inside each Column section.CSV Table: ensure the CSV Data textarea contains valid CSV text. The plugin skips blank lines automatically, so an all-whitespace textarea results in no output.
Getting more help
- WordPress.org support forum: wordpress.org/support/plugin/tablentor
- GitHub Issues: github.com/jakaria-istauk/tablentor/issues