FAQ Category: Documentation
- Read more: The “TablePress table” editor block
When editing posts or pages, use the “TablePress table” block in the WordPress block editor to insert TablePress tables that you have created or imported.
- Read more: Source Code
The source code of TablePress Free is available in the ZIP file that can be downloaded from the plugin’s page in the WordPress Plugin Repository. It is Open Source and … Continue reading →
- Read more: Import and Export Formats
TablePress can import and export tables from and to the following formats: CSV (Character-separated Values) Every row is in a new line, every column is separated by a character (like … Continue reading →
- Read more: Plugin Hooks, Actions, and Filters
TablePress has a large number of WordPress Plugin Hooks (Actions and Filters) in its source code. These provide easy and well established methods to add new features and enhancements to … Continue reading →
- Read more: Table Features for Site Visitors
TablePress can add features like sorting, pagination (with length change feature), scrolling, and filtering/searching to a table. To enable those, check the corresponding checkboxes on the table’s “Edit” screen. Even … Continue reading →
- Read more: CSS selectors, Styling
Every table gets certain CSS classes and an HTML ID that can be used for styling. Add your styling commands to the “Custom CSS” textarea on the “Plugin Options” screen. … Continue reading →
- Read more: Plugin Options
The plugin has the following general “Plugin Options”. They affect the global plugin behavior in different areas. Custom CSS If you want to change the style of tables, you can … Continue reading →
- Read more: Table Options
Each table has individual options that only concern that table. They can be changed on the table’s “Edit” screen. All of them may be overwritten by the corresponding configuration parameter … Continue reading →
- Read more: Template Tag Functions
To show a table in places not covered by blocks or Shortcodes (e.g. in your page footer or in the sidebar) you can use the Template Tag Function tablepress_print_table( $query … Continue reading →
- Read more: The Shortcode [table-info id=N /]
The Shortcode can be used to display table meta data in a post, page, or text widget. The Shortcode has three parameters: id (string) (required) The ID of the table … Continue reading →