✨ 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 JetEngine: CCT, post type & relation tables

JetEngine Custom Content Types live in their own custom database tables, post types use postmeta, and relations live in a dedicated relations table. SleekView turns every model and relation into one queryable admin view.

♾️ Lifetime License available

SleekView table view for JetEngine

Edit every JetEngine CCT row without writing a single listing template

JetEngine builds custom post types, taxonomies, and Custom Content Types backed by their own custom database tables, plus a relations layer for one-to-one, one-to-many, and many-to-many connections. The default JetEngine admin lists give you basic columns and rely on JetEngine Listing templates for richer views. Building a usable admin out of CCTs and post types usually means designing a Listing template that's really meant for the front end, just to get the columns editors need on the back end.

SleekView reads each CCT and post type directly so you can sort, filter, and edit meta fields and relations in one place, no front-end listing required. CCT custom tables are queried directly for speed, post types come with their meta fields surfaced as columns, and the relations table resolves to titles or counts inline. Inline edits to text, number, select, date, and relation fields go through JetEngine's data classes, so query builders, listings, and dynamic widgets stay in sync.

Crocoblock features that depend on JetEngine's data layer keep working as before. JetSmartFilters, JetThemeCore, and other Crocoblock plugins read the same CCT tables and post meta SleekView reads, and the JetEngine REST API exposes the same data to external tools. Saved views per role let event ops, sales, and support teams each have their own working table without competing for screen space in the admin.

Workflow

From JetEngine CCTs to one fast admin view

1

Pick a model

Choose a CCT or post type. SleekView detects whether storage is a JetEngine custom table or postmeta, and reads the meta field registry along with the relations definitions.
2

Build the columns

Drag meta fields and relations into the order your team uses. Booking dashboards can show date, instructor, capacity, and booked count without a Listing template.
3

Filter and group

Filter by date, status, or related post. Numeric and date fields sort correctly because SleekView reads the underlying type from JetEngine's meta registry.
4

Edit through JetEngine

Inline edits go through JetEngine's data classes so query builders, listings, and dynamic widgets stay in sync. Bulk update capacities or statuses during a live event window.

Sample columns

A typical JetEngine CCT view

Course sessions from a JetEngine CCT with instructor, capacity, and date as columns.
Source: JetEngine CCT custom tables, WordPress posts/postmeta, JetEngine relations table
Session Instructor Date Capacity Booked Status
Intro workshop Lena Park 2026-05-08 30 27 Almost full
Advanced bootcamp Sam Ortiz 2026-05-15 20 20 Sold out
Open lab Lena Park 2026-05-22 40 9 Open
Office hours 2026-05-29 15 2 Open

Comparison

Default JetEngine admin vs SleekView

Default JetEngine admin

  • CCT admin lists show basic columns and require custom code for more
  • Building a usable admin view often means a JetEngine Listing template
  • Relations between post types and CCTs aren't visible inline
  • Bulk editing meta fields needs custom export/import or query builder runs
  • Hard to share a controlled column set with non-admins

SleekView

  • CCTs, custom post types, and relations in one workspace
  • Every meta field and relation can be a sortable column
  • Filter and group by date, status, or related post
  • Inline edit text, number, select, date, and relation fields
  • Save shared views per role for events, sales, or operations

Features

What SleekView gives you for JetEngine

Native CCT table reads

JetEngine CCTs use their own database tables for performance. SleekView queries them directly so views stay fast even on datasets with tens of thousands of rows.

Relations as columns

Show one-to-one, one-to-many, and many-to-many relations as inline cells, resolved to titles or counts. Edit either side without leaving the table or rebuilding a Listing template.

Inline edit meta fields

Update prices, capacities, dates, and selections in bulk. Writes go through JetEngine's data layer so query builders and listings stay in sync on the next render.

Audience

Who uses SleekView for JetEngine

WordPress developers

Manage rich JetEngine CCTs without building a custom admin listing every time the content model changes. SleekView tracks the registry, so adding a meta field is a column add, not a template rebuild.

Booking and event sites

Edit sessions, instructors, and bookings from a single fast table. Sort by date, filter by capacity status, and update bookings inline during sign-up surges.

Operations teams

Update statuses and capacities at speed during a live event window. Saved views like Today's almost-full sessions cut the time between a customer email and a fix to seconds.

The bigger picture

Why JetEngine sites still need a real admin table

JetEngine's strength is that it lets you build serious content models, complete with relations and CCT-backed custom tables, without leaving WordPress and without writing migrations. The trade-off, especially on Crocoblock-heavy sites, is that the admin experience for those models is light by default. Listing templates were designed for the front end, and using them as admin tools is awkward: they render through the theme builder, they don't always expose inline editing, and they require a developer or designer to evolve every time the model changes.

Teams running event sites, booking platforms, or directory sites end up either building separate dashboard pages with JetEngine widgets or accepting that the admin is for editing one record at a time. SleekView fills the gap. The same CCT custom tables, the same post meta, the same relations layer, but now exposed as a sortable, filterable, inline-editable admin table that updates as fast as the model changes.

Operations teams stop asking developers for admin tweaks every week. Editors stop opening individual records to update a status. The admin matches the model.

Questions

Common questions about SleekView for JetEngine

Yes. CCTs are a first-class table source. SleekView queries the dedicated CCT tables directly, which is faster than postmeta-based reads at scale because there's no join through wp_postmeta. The CCT field registry tells SleekView which columns are available, so the admin table tracks the model as new fields are added.

 

Yes. One-to-one, one-to-many, and many-to-many relations resolve to titles or counts inline, depending on density. Edit either side from the table by choosing related items in a picker, and the change writes through JetEngine's relations API so JetSmartFilters and front-end listings see the new state on the next query.

 

Yes. SleekView writes through JetEngine's data classes, so query builders, listings, and dynamic widgets stay in sync. Action triggers attached to data updates fire as they would on a JetEngine form submission, and any custom validation registered in JetEngine continues to apply on cell edits.

 

Yes. SleekView complements the REST API by giving you the same data as a working admin table, useful for staff who don't build front-end listings or external integrations. The REST API continues to expose CCTs and post types to external tools; SleekView gives the same data a UI inside WP Admin without duplicating the API layer.

 

Yes. Any view exports to CSV from the table header, with active filters and column order respected. This is useful for backups, moving content between staging and production, or feeding CCT data into an external tool. The export reads from the same query the table is showing, so the file matches the on-screen state exactly.

 

Yes. SleekView is admin-only and reads from JetEngine's own data, so JetSmartFilters, JetThemeCore, JetFormBuilder, and other Crocoblock plugins continue to work as before. There is no overlap in functionality; SleekView fills the admin-table gap that JetEngine itself doesn't fully cover, and the rest of Crocoblock keeps owning what it already owns.

 

JetEngine's query builder remains the way to define reusable queries that drive listings, dynamic widgets, and REST endpoints. SleekView is for ad-hoc admin work that doesn't need a saved query inside JetEngine: filtering, sorting, and inline editing without committing the query to a widget. Both can coexist on the same model.

 

Yes. CCT custom tables are designed for scale, and SleekView paginates against the same indexes JetEngine uses. Heavy relation columns load on demand so the initial query stays lean, and saved views don't pre-fetch anything until they're opened. Tens of thousands of rows 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