Skip to main content

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.

Overview

Tablentor styling is entirely controlled within the Elementor Style tab — no separate CSS file editing required. Every control writes scoped inline CSS that Elementor injects into the page, and changes preview in real time inside the editor. There is no need to clear any cache or leave the editor to see the effect.
All selectors are scoped to {{WRAPPER}} so styles only apply to the specific widget instance and never bleed into other tables on the page.

Basic Table styling controls

The following sections appear in the Style tab of the Basic Table widget.

Search Input

Shown only when Enable Search is set to Yes in the Content tab. All controls target .tablentor-bt-search-input.
ControlTypeDefault
TypographyGroup_Control_Typography
Text ColorColor
BorderGroup_Control_Border
Border RadiusDimensions (px / % / em / rem)4px all sides
PaddingDimensions (px / % / em / rem)5px all sides
MarginDimensions (px / % / em / rem)bottom 10px

Table Styling

Controls the outer <table> element. CSS target: .ct-basic-table.
ControlTypeNotes
Column WidthSlider (px / %)Applied to both th and td cells
BackgroundGroup_Control_Background (classic / gradient)
BorderGroup_Control_Border
Border RadiusDimensions
Box ShadowGroup_Control_Box_Shadow
PaddingDimensions
MarginDimensions

Table Heading

Styles <th> cells. CSS target: .ct-basic-table tr th.
ControlType
AlignmentChoose (left / center / right)
TypographyGroup_Control_Typography
BackgroundGroup_Control_Background (classic / gradient)
BorderGroup_Control_Border
Border RadiusDimensions
PaddingDimensions

Table Columns

Styles <td> cells. CSS target: .ct-basic-table tr td.
ControlType
AlignmentChoose (left / center / right)
TypographyGroup_Control_Typography
BackgroundGroup_Control_Background (classic / gradient)
BorderGroup_Control_Border
Border RadiusDimensions
PaddingDimensions

Table Images

Applies to images embedded inside cells. CSS target: .ct-basic-table tr td img, .ct-basic-table tr th img.
ControlTypeDefault
Image WidthSlider (px / %)50px
Image HeightSlider (px / %)
BorderGroup_Control_Border
Border RadiusDimensions

CSV Table styling controls

The following sections appear in the Style tab of the CSV Table widget. Shown only when Enable Data Table, First Row/Line as Header, and Search Input are all Yes. Label — targets .dt-search label
ControlType
TypographyGroup_Control_Typography
Text ColorColor
Input — targets .dt-search .dt-input
ControlTypeDefault
TypographyGroup_Control_Typography
Text ColorColor
BorderGroup_Control_Border
Border RadiusDimensions (px / % / em / rem)4px all sides
PaddingDimensions (px / % / em / rem)5px all sides
MarginDimensions (px / % / em / rem)bottom 10px

Entries Per Page

Shown only when Enable Data Table, First Row/Line as Header, Pagination, and Entries Per Page are all Yes. Info — targets .dt-length label
ControlType
TypographyGroup_Control_Typography
ColorColor
Dropdown — targets .dt-length select.dt-input
ControlTypeDefault
TypographyGroup_Control_Typography
Text ColorColor
BorderGroup_Control_Border
Border RadiusDimensions (px / % / em / rem)4px all sides
PaddingDimensions (px / % / em / rem)5px all sides
MarginDimensions (px / % / em / rem)bottom 10px

Table Heading

Styles <thead> cells. CSS target: .tablentor-table-csv thead tr th.
ControlTypeNotes
Sorting Icon ColorColorShown only when Sorting is enabled. Targets .dt-column-order:before and .dt-column-order:after
AlignmentChoose (left / center / right)
TypographyGroup_Control_Typography
Text ColorColor
BackgroundGroup_Control_Background (classic / gradient)Image type excluded
BorderGroup_Control_Border
Border RadiusDimensions
PaddingDimensions

Table Body

Styles <tbody> cells. CSS target: .tablentor-table-csv tbody tr td.
ControlType
AlignmentChoose (left / center / right)
TypographyGroup_Control_Typography
Text ColorColor
BackgroundGroup_Control_Background (classic / gradient)
BorderGroup_Control_Border
Border RadiusDimensions
PaddingDimensions

Pagination

Shown only when Enable Data Table, First Row/Line as Header, and Pagination are all Yes. Paging Info — targets .dt-info
ControlType
TypographyGroup_Control_Typography
Text ColorColor
Buttons — targets .dt-paging .dt-paging-button The following controls apply to all buttons regardless of state:
ControlTypeNotes
TypographyGroup_Control_Typography
BorderGroup_Control_BorderColor field excluded
Border RadiusDimensions
PaddingDimensions
MarginDimensions
Button color properties are split across two state tabs:
ControlSelector
Color.dt-paging-button
Border Color.dt-paging-button
Background Colordiv.dt-container .dt-paging .dt-paging-button