> **Source:** https://knowledge.leegality.com/document-execution/template/html-template/formatting-and-editing/tables > **Site:** Leegality Knowledge Base — https://knowledge.leegality.com > **About:** Leegality is a document execution platform covering eSigning, stamps, NeSL, workflows, and REST API integration. > **Navigation:** Every article on this site has a plain-text version at `.txt` (this format). To get an index of all articles with their `.txt` links, read: https://knowledge.leegality.com/llms.txt > **AI Guide:** For instructions on how to navigate this knowledge base as an AI agent, read: https://knowledge.leegality.com/ai-readable.txt --- # Tables Tables help you organise and present structured data in rows and columns in your HTML templates. Use tables to display information like pricing plans, schedules, contact details, financial data, or any structured information that's easier to understand in a grid format. ## Insert a table Add a table to your template to display structured data: 1. In the HTML Template editor, place your cursor where you want the table to appear. 2. On the toolbar, click **Insert Table**. 3. A popup will open with table configuration options: - **Number of Rows:** Enter the number of horizontal rows (required) - **Number of Columns:** Enter the number of vertical columns (required) - **Cell Padding (px):** Space between cell content and cell border in pixels - **Table Width:** Width in pixels (e.g., 500) or percentage (e.g., 100%) - **Table Height:** Height in pixels - **Border Size (px):** Thickness of table borders in pixels - **Alignment:** Position of the table (Left, Right, Centre) - Default is `` 4. Click **OK** to insert the table. > **Tip — Set Table Width in Percentage** > > Use the % sign to set table width as a percentage (e.g., 100% for full width, 75% for three-quarters width). This makes tables responsive and adaptable to different screen sizes. ## Edit your table After inserting a table, you can modify its structure, appearance, and content using the right-click menu. **To access edit options:** 1. **Right-click** on any cell or area in your table. 2. Select from the available operations. ### Table editing operations - **[Cell operations](https://knowledge.leegality.com/document-execution/template/html-template/formatting-and-editing/tables/cell-operations):** Insert, delete, merge, split cells, and customise cell properties - **[Row operations](https://knowledge.leegality.com/document-execution/template/html-template/formatting-and-editing/tables/row-operations):** Add or remove rows from your table - **[Column operations](https://knowledge.leegality.com/document-execution/template/html-template/formatting-and-editing/tables/column-operations):** Add or remove columns from your table - **[Table properties](https://knowledge.leegality.com/document-execution/template/html-template/formatting-and-editing/tables/table-properties):** Modify overall table settings - **[Delete table](https://knowledge.leegality.com/document-execution/template/html-template/formatting-and-editing/tables/delete-table):** Remove the entire table from your template - **[Copy, cut, and paste](https://knowledge.leegality.com/document-execution/template/html-template/formatting-and-editing/tables/copy-cut-paste):** Move or duplicate table content