Resource icon

Qubn - Data Tables 1.0.0

No permission to download
← Previous resource

[mongkolwa] Widget Members Online

  • XFrip
  • 0.00 star(s)
  • downloads: 0
Next resource →

Account Lock - Block Email & Password Changes

  • XFrip
  • 0.00 star(s)
  • downloads: 0
Data Tables lets administrators create stand-alone, fully customizable data tables within XenForo, no code required. Define your own columns, set up dropdown lookups, and manage structured data right from the AdminCP, with clean public-facing display pages wrapped in your forum's theme.

Perfect for product catalogs, game databases, team rosters, pricing tables, inventory lists, or any structured data that doesn't fit neatly into forum threads.
1773601367009.webp

1773601374590.webp


  • Dynamic Table Definitions, Create unlimited tables, each with its own title, URL slug, description, and display order. Toggle tables active/inactive without deleting data.
  • 7 Field Types, Build columns using: Text, Number, URL, Date, Lookup (dropdown), Text Area, and Yes/No (boolean). Each field supports sortable and filterable flags.
  • Lookup Columns (Relational Dropdowns), Define dropdown options for any field. Options are stored relationally (not as flat strings), enabling clean data entry and consistent display.
  • Admin Record Management, Full CRUD for records within the AdminCP. Dynamic forms automatically adapt to your field definitions, text fields become text inputs, lookups become dropdowns, numbers get spinners, booleans get checkboxes.
  • Public Table Display, Clean, responsive public pages at /data-tables/ showing all active tables, with individual table views at /data-tables/{slug}/. Full theme integration.
  • Column Sorting,Mark fields as "sortable" in the admin, and users can click column headers on the public table view to sort ascending/descending.
  • Public Record Submission, Optionally allow members to submit new records from the public side (permission-controlled).
  • Permission-Controlled Access, Two permissions out of the box:
    • View data tables (default: Allow for all)
    • Add records (default: No)
  • Pagination, Both admin and public views paginate at 50 records per page.
  • Clean Uninstall, All 4 database tables are dropped on uninstall. No leftover data.

  1. Create a Definition, Go to AdminCP > Tools > Data Tables > Add Definition. Give it a title (e.g., "Product Catalog") and a URL slug (e.g., "products").
  2. Add Fields, Click "Fields" to define your columns. For example:
    • Name (Text, Required, Sortable)
    • Category (Lookup, with options like "Electronics", "Clothing", "Home")
    • Price (Number, Sortable)
    • In Stock (Yes/No)
    • Website (URL)
  3. Add Records, Click "Records" to start entering data. The form automatically generates the right input type for each field.
  4. View Publicly, Visit /data-tables/products/ to see your table with sortable columns, resolved lookup values, and clean formatting.

  • Architecture:Hybrid JSON + normalized lookups across 4 database tables
    • xf_qubn_dt_definition, table definitions
    • xf_qubn_dt_field, column definitions per table
    • xf_qubn_dt_lookup_option, dropdown options for lookup fields
    • xf_qubn_dt_record, data rows (JSON blob per record)
  • Performance: Lookup values resolved in a single batch query. Composite indexes on frequently-queried columns. Paginated to 50 records per page.
  • Compatibility: XenForo 2.3.x. No class extensions, completely self-contained with zero conflicts.
  • Code Quality: PHPStan level 3 clean. Follows XenForo conventions throughout. All user input filtered. CSRF protection on all forms.

  1. Download and extract the ZIP file
  2. Upload the Qubn/DataTables/ folder to src/addons/
  3. Go to AdminCP > Add-ons > Install from archive (or Install/upgrade)
  4. Navigate to AdminCP > Tools > Data Tables to start creating tables

Addon ID: Qubn/DataTables
Vendor: Qubn
License: Free / Open Source
Author
XFrip
Downloads
0
Views
51
Extention type
zip
File size
26.2 KB
Hash
cafc2fedbf81e6087c443ebf46e6806b
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from XFrip

Personalisation

Theme editor

Settings Colors

  • Mobile users cannot use these features.

    Alternative header

    Easily switch to an alternative header layout for a different look.

    Display mode

    Switch between full-screen and narrow-screen layouts.

    Grid view

    Browse content easily and get a tidier layout with grid mode.

    Image grid mode

    Display your content in a tidy, visually rich way using background images.

    Close sidebar

    Hide the sidebar to get a wider working area.

    Sticky sidebar

    Pin the sidebar for permanent access and easier content management.

    Box view

    Add or remove a box-style frame on the sides of your theme. Applies to resolutions above 1300px.

    Corner radius control

    Customise the look by toggling the corner-radius effect on or off.

  • Choose your color

    Pick a color that reflects your style and harmonises with the design.

Back
QR Code