Title: Table Manager
Author: primisdigital
Published: <strong>2025년 4월 24일</strong>
Last modified: 2025년 5월 27일

---

플러그인 검색

![](https://ps.w.org/table-manager/assets/icon.svg?rev=3301148)

# Table Manager

 작성자: [primisdigital](https://profiles.wordpress.org/primisdigital/)

[다운로드](https://downloads.wordpress.org/plugin/table-manager.1.0.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/table-manager/#description)
 * [평가](https://ko.wordpress.org/plugins/table-manager/#reviews)
 * [개발](https://ko.wordpress.org/plugins/table-manager/#developers)

 [지원](https://wordpress.org/support/plugin/table-manager/)

## 설명

The “Table Manager” plugin for WordPress allows users to create, manage and display
tables easily using a shortcode. It enables creating tables, adding and updating
columns, and managing data (insert, update, delete). Each table generates a unique
shortcode for displaying content on posts or pages. The plugin also provides secure
form handling, an easy-to-use admin interface, and custom CSS/JS for table display
on the front end.

### Features

Create and manage custom tables from the WordPress admin panel.
 Add, delete, and
update table columns dynamically. Insert and update table data through an easy-to-
use interface. The Display tables using a simple shortcode. The Secure and optimized
queries using WordPress best practices.

### Admin Installer via search:

Visit the Add New plugin screen and search for “Table Manager”.
 Click the “Install
Now” button. Activate the plugin.

### Admin Installer via zip:

Download the Plugin.
 Extract the ZIP file and upload. Activate the plugin through
the “Plugins” menu in WordPress.

### Usage

 1. Creating a New Table

Navigate to Table Manager in the WordPress admin panel.
 Click on “Create Table”
and enter the table name. Add columns as needed and save the table.

 1. Managing Table Data

Select a table from the dropdown menu.
 Insert new records using the input form.
Delete or update records directly from the interface.

 1. Displaying Tables on the Frontend

Use the following shortcode in posts or pages to display a table:
 [display_table
name=”your_table_name”]

### Security Best Practices

Admin Capability Check: Access is restricted to administrators using manage_options
capability.
 SQL Injection Prevention: Queries are secured with WordPress $wpdb-
>prepare() where applicable. Input Sanitization: All user inputs are sanitized before
being inserted into the database.

### Code Example

Registering Admin Menu:

function form_datamenu() {
 add_menu_page( ‘Table Manager’, ‘Table Manager’, ‘manage_options’,‘
form_datamenu’, ‘form_data_adminpage’, ‘dashicons-database’, 20 ); } add_action(‘
admin_menu’, ‘form_datamenu’);

## FAQ

 1. What is Table Manager?
     Table Manager is a WordPress plugin that allows users to
    create, manage, and display database tables using an intuitive interface and shortcodes.

2.How do I install the plugin?

Downloading the plugin ZIP file.
 Navigating to Plugins > Add New in your WordPress
dashboard. Clicking Upload Plugin and selecting the ZIP file. Clicking Install Now,
then Activate the plugin.

3.How do I create a table?

Go to Table Manager in the WordPress admin panel.
 Click Add New Table and define
your columns. Click Save Table to store it in the database.

4.How do I display a table on a post or page?

Use the shortcode format:
 [table_manager table=’table name’]

5.Can I edit or delete a table after creating it?

Yes! You can edit or delete any table from the Table Manager dashboard.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Table Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 
기여하였습니다.

기여자

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

[자국어로 “Table Manager”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/table-manager)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/table-manager/)는, [SVN 저장소](https://plugins.svn.wordpress.org/table-manager/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/table-manager/)
을 [RSS](https://plugins.trac.wordpress.org/log/table-manager/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

1.0.0

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **10개월 전**
 *  활성화된 설치 **10+**
 *  다음까지 시험됨: **6.7.5**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/table-manager/)
 * 태그:
 * [custom tables](https://ko.wordpress.org/plugins/tags/custom-tables/)[data management](https://ko.wordpress.org/plugins/tags/data-management/)
   [database tables](https://ko.wordpress.org/plugins/tags/database-tables/)[table creator](https://ko.wordpress.org/plugins/tags/table-creator/)
   [tables](https://ko.wordpress.org/plugins/tags/tables/)
 *  [고급 보기](https://ko.wordpress.org/plugins/table-manager/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[리뷰 추가하기](https://wordpress.org/support/plugin/table-manager/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/table-manager/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/table-manager/)