✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for Toolset Blocks: Types & relationship tables in admin

Toolset Blocks renders Types content on the front end, but the underlying data still lives in wp_posts, wp_postmeta, and the toolset_associations relationship table. SleekView turns each Type and relationship into one queryable admin view.

♾️ Lifetime License available

SleekView table view for Toolset Blocks

Edit Toolset Types data without building a back-end View

Toolset Blocks is the block-editor face of Toolset. Custom post types come from Types, custom fields are stored in wp_postmeta (with the wpcf- prefix for Types fields), and relationships live in the toolset_associations table together with toolset_relationships. The default Types admin uses the standard WordPress list screens with a few extra columns, which works fine for small models but becomes limiting once a site has dozens of fields per type and several relationships.

SleekView reads each Toolset post type directly and exposes every wpcf- meta field as a sortable, filterable column. The toolset_associations table resolves to inline parent and child cells, so a row from a Property type shows linked agents, photos, and amenities as proper columns. Repeating field groups expand into their own sub-view, and intermediate post types from many-to-many relationships are first-class sources in their own right.

Inline edits route through Toolset's Types API so the same hooks that fire on Forms submissions continue to apply, which keeps relationships consistent and any conditional logic registered in Types active. Saved views per role mean editors get the column set their workflow needs while developers get the full schema, and SleekView coexists with Toolset Views, Forms, and Access without overlap because it sits on top of the same Types data.

Workflow

From Toolset Blocks Types to one admin view

1

Pick a Type

Choose a Toolset post type or an intermediate type for a many-to-many relationship. SleekView reads its wpcf-* field registry and any relationships it participates in.
2

Compose columns

Drag fields, taxonomies, and related Types into the order your team needs. Repeating field groups expand into their own sub-view on the row.
3

Filter and group

Filter by any wpcf- field, status, or related Type. Sorts respect the underlying SQL type read from the Types registry, so numeric and date columns sort correctly.
4

Edit through Types

Inline edits go through Toolset Types' update API so conditional logic, Access rules, and any Forms-side hooks continue to apply. Bulk updates land cleanly.

Sample columns

A typical Toolset Blocks Type view

Properties from a Types post type with wpcf-* meta fields and a related agent from toolset_associations.
Source: wp_posts (post_type=) + wp_postmeta (wpcf-*) + toolset_associations + toolset_relationships
Property Agent Bedrooms Price Listed Status
Riverside loft Alex Reyes 2 £385,000 Apr 18 Live
Garden flat Ria Bell 1 £245,000 Apr 20 Pending
Coastal house Tom Park 4 £725,000 Apr 22 Live
Old town studio Mia Lin 1 £165,000 Apr 25 Withdrawn

Comparison

Default Toolset Blocks admin vs SleekView

Default Toolset Blocks admin

  • Types CPT list screens use WordPress's default list table with limited columns
  • wpcf-* custom fields rarely appear as inline columns by default
  • Relationships in toolset_associations are not visible without a custom View
  • Bulk editing repeating field groups is not supported on the standard list
  • Sharing a curated admin table with editors usually means building a Toolset View

SleekView

  • Every wpcf-* field becomes a sortable column
  • Relationships from toolset_associations resolve inline
  • Intermediate post types for many-to-many are first-class sources
  • Inline edits route through Toolset Types' update API
  • Saved views per role replace one-off Toolset Views just for admin

Features

What SleekView gives you for Toolset Blocks

Types fields as columns

Every wpcf- meta field becomes a real column on the admin table. SleekView reads the Types registry so field types drive sort and filter behaviour.

Relationships inline

One-to-one, one-to-many, and many-to-many relationships from toolset_associations resolve to titles or counts in the cell and stay editable from either side.

Inline edit Types fields

Update prices, statuses, and selections in bulk. Writes go through Toolset Types' API so conditional logic and any hooks bound to Types updates still fire.

Audience

Who uses SleekView for Toolset Blocks

Real estate sites

Manage listings, agents, and amenities from one table. Filters on wpcf-bedrooms, wpcf-price, and listing status replace half a dozen Toolset Views built only for admin use.

Directory teams

Edit relationships between businesses, categories, and locations inline from the Types row. The toolset_associations table updates through the Toolset API on each cell save.

WordPress developers

Stop building one-off Views just to give editors a workable admin. SleekView tracks the Types registry, so a new wpcf- field is an opt-in column rather than a template change.

The bigger picture

Why Toolset Blocks sites still need a generic admin table

Toolset Blocks is excellent at modelling content and rendering it on the front end. Types defines the schema, Blocks renders it, and Views builds custom loops. The piece that's always been more work than it should be is the admin.

WordPress's default list screen is fine for editing one post at a time, but it doesn't show custom Types fields by default, and it has nothing to say about toolset_associations. Teams end up building Toolset Views just for the admin, which means designing templates and managing them on top of the actual content model. SleekView takes the admin off the Views path.

The same Types fields, the same relationship table, and the same hooks now power a sortable, filterable, inline-editable admin table without writing a template. Editors get a workable backend, developers stop building bespoke admin Views, and the Types schema stays the single source of truth.

Questions

Common questions about SleekView for Toolset Blocks

Yes. Every Types-registered post type is a first-class source. SleekView reads the Types field registry, so wpcf-* meta keys come pre-mapped with their field types, and sorting and filtering use the correct underlying SQL type.

 

Yes. One-to-one, one-to-many, and many-to-many relationships from toolset_associations appear as inline columns. Intermediate post types from many-to-many relationships are also valid SleekView sources in their own right.

 

Yes. SleekView writes through Toolset Types' update API so conditional logic, Forms-side validation hooks, and any custom callbacks bound to Types updates continue to fire on every cell edit.

 

Yes. Repeating field groups expand into a sub-view so you can see and edit each repeating item without leaving the parent row. The sub-view writes through the Types repeating field API.

 

Yes. Toolset Access permissions still apply on every read and write through the Types API. Saved views can be scoped per role on top of Access rules, which gives editors a focused admin without weakening the permission model.

 

No. SleekView is admin-only. Toolset Views renders front-end loops and back-end loops driven by templates; SleekView gives a fast, generic admin table on top of the same Types data. Many sites end up using Views for the front end and SleekView for the admin.

 

Yes. Any view exports from the table header with active filters and column order respected. Exports include relationship cells resolved to titles, which is more useful than the raw toolset_associations IDs.

 

Yes. SleekView paginates against the same wp_posts indexes Toolset uses, and joins on wp_postmeta and toolset_associations are scoped to the columns you've chosen. Tens of thousands of posts per Type are routine.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView