

Get in touch

Download Plugin Now
  • Follow
  • Follow
WP Data Access
  • Download
  • Support
  • Features
  • Pricing
  • Documentation
    • Tool Guide
    • App Builder
    • Data Explorer
    • SQL Query Builder
    • Plugin Settings
    • Legacy Tools
    • Remote Connections
a
M
M
  • Download
  • Support
  • Features
  • Pricing
  • Documentation
    • Tool Guide
    • App Builder
    • Data Explorer
    • SQL Query Builder
    • Plugin Settings
    • Legacy Tools
    • Remote Connections
Download Plugin Now

App Builder

  • Getting Started
  • App Builder Dashboard
  • Creating your first App
  • Running Apps
  • Export/Import Apps
  • Road Map
  • App Shortcodes
    • Shortcode Usage
    • Shortcode Parameters
    • URL Parameters

App Manager

  • Getting started
  • Supported App Types
  • Supported Languages
  • App Authorization and Access
  • Full-Screen Mode

Table Builder

  • Getting started
  • Relationships
  • Lookups
  • Computed Fields
  • Table
    • Global filter
    • Column filters
    • Bulk Actions
    • Row Actions
    • Column Actions
    • Default where
    • Default Order By
    • Pagination
    • Inline Editing Settings
    • Layout & Responsiveness
      • Responsiveness
      • Density
      • Table Header
      • Table Footer
  • Columns
    • Introduction
    • Column Settings
    • Column Actions
    • Lookup
    • Aggregations
    • Column Metadata
  • Performance
    • Large Table Support
    • Server/Client-Side Processing
  • Filters
    • Global filter
    • Column filters
    • Default where
    • URL parameters
    • Shortcode parameters

Form Builder

  • Getting started
  • Relationships
  • Lookups
  • Computed Fields
  • Form
    • Understanding the Grid
    • Field Layout
    • Column Behaviour
    • Null Value Handling
  • Columns
    • Column Settings
    • Validation
    • Lookup
    • Column Metadata
  • Layout & Behaviour
    • Grid Positioning

Map Builder

  • Getting started
  • Creating a map
  • Using maps

Chart Builder

  • Getting started
  • Creating a chart
  • Using charts

Hooks

  • Getting started with hooks
  • App Hooks
    • global
    • onAppOpen
    • onAppClose
  • Table Hooks
    • customActionsTop
    • customActionsBottom
    • postQuery
    • renderDetailPanel
    • Table Column Hooks
      • render
  • Form Hooks
    • customActionsBottom
    • onRowInit
    • preFormSubmit
    • postFormSubmit
    • Form Column Hooks
      • onBlur
      • onChange
      • onClick
      • onDoubleClick
      • onFocus
      • onKeyDown
      • onKeyUp
  • Built-Ins
    • Overview
    • wpda.log
    • wpda.alert
    • wpda.confirm
    • wpda.snackbar
  • Examples
    • Display specific columns in detail panel
    • Auto-reload table at specific intervals
    • Adding SEO links to table
    • Styling fields with setColumnStyle
    • Hide empty table column
    • Replicate data entered on field into another field

Layout & Styling

  • Fonts
  • Palette
  • Layout
  • Manual Styling (CSS)

Demos

  • Classic Models
  • Student Administration System
  • Data Table

Tutorials

  • Creating a Data Table App
  • Creating a Data Management App
View Categories

Getting started

The Manage App toolbar can be accessed by clicking the ⚙ icon on the right or by hovering over your app and clicking the “Manage” link.

App Builder - Manage link

The toolbar opens on the right side of the screen by default but can be moved to the left by clicking on the dock icons near the “close” icon.

App Builder - Manage App Toolbar

Options tabs #

App Info #

The App Info tab allows you to edit the basic information of your app.

  • App Name – A unique name for the app. Users can change it anytime as much as they want.
  • App Title –  This title appears on your table app’s header.
  • App Type – Choose between available app types.
  • App Language – Selected language will apply to both table and form inside the app.
  • Reset – Offers options to reset the table builder, form builder, or theme within the built app.

Data Source #

The Data Source tab allows users to update the data source of your app.

  • Database – Update which database the source table is located.
  • Table Name – The main source table for the app. The table list is updated in real-time when choosing another database. Users can change the source table anytime.
  • Select Columns – After selecting a table, listed column names are updated in real-time. All columns are selected by default. De-select columns to exclude them. A “Refresh Column List” icon at the upper right corner is available when your table source structure is updated in the database.

Access #

The Access tab allows users to add or remove authorized roles or allow anonymous access via shortcode.

  • Authorize Roles & Users – Select which roles or users are authorized to interact with the app, or allow anonymous access altogether.
  • Backend Access – Enable to add a new dashboard menu for the app.
  • Front-end Access – Generates a shortcode that can be used to embed the app to a front-end page or post.
    • Feedback – Enable this option to generate a new shortcode with the feedback parameter. This parameter enables showing authorization and usage errors when users without authorization try to access your app. 
    • Disable builders on front-end – Table and form builders are only accessible to Administrators by default. This parameter allows hiding the builder icon for ALL users on the front end.
Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
Still stuck? How can we help?

How can we help?

Updated on 2025-04-17
Supported App Types

5 Comments

  1. Cassie Baker
    Cassie Baker on 2024-06-30 at 8:33 pm

    Is there a way to restrict the “Run & Build” App setting on the front end? I don’t want those with access to be able to change the settings but I am not finding a place to turn it off.

    Reply
    • Kim Leong
      Kim Leong on 2024-07-01 at 7:06 am

      Hi Cassie,

      Thanks for the question! Only Administrators have access to the Table and Form Builders of an app. When you give access to another role other than an Administrator, they won’t be able to change any settings you set for an app. We’ll add that information to the documentation!

      If you have more questions, feel free to send us a message using the form here: Contact.

      Reply
      • Cassie Baker
        Cassie Baker on 2024-07-01 at 9:34 pm

        Thank you so much!

        Reply
  2. Henk Laloli
    Henk Laloli on 2025-03-28 at 4:53 pm

    I am not sure where to start with what app type. I need a data-entry form, at least two, one to add data on folders and the next for the items in the folders. So at least two tables are hierarchically related: folders and items.
    The first basic task is data-entry: add and change the folders, second form to add items to these folders. The users need a two-step data-entry form for this.
    Then one would like to see what is entered. So, the data-managers need a view on the tables.
    When the data is added a public user view and search app is needed.

    Reply
    • Peter
      Peter on 2025-03-29 at 8:17 am

      For data entry, you can use the app type Data Administration. Please follow these instructions to get started:
      https://wpdataaccess.com/docs/app-form-builder/form-builder/

      Your use case seems to have a 1:m relationship between folders and items. Adding relationships is explained here:
      https://wpdataaccess.com/docs/app-form-builder/app-builder-relationships/

      To show your table on a web page, you can create a Data Table app, which is explained here:
      https://wpdataaccess.com/docs/app-table-builder/table-builder/

      Hope this gets you started. Do not hesitate to request more assistance if necessary.

      Reply

Submit a Comment Cancel reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Options tabs
    • App Info
    • Data Source
    • Access
WP Data Access
  • Follow
  • Follow
Quick Links
$

Blogs

$

Tutorials

$

Demos

Get in touch
$

Premium support

$

Free support forum

$

Contact us

Resources


WordPress plugin directory



YouTube tutorials

Copyright © 2025 | All Right Reserves

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok