Skip to content

No "eject" on table block? #15466

Answered by mikesealey
mattjuk asked this question in Help
Jan 30, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@mattjuk The Table Block was deprecated in early 2024. You may well be using the Table Component, which is different. Specifically, Blocks of any kind are actually just a handful of components nestled together acting as a single component, but are actually made up of constituent parts. Ejecting the block will break them down into those parts. A Table Component is not made this way, and it is therefor not possible to eject.

The Table Component looks like this:

The deprecated Table Block looks like this:

Notice the difereneces around the column headings - they are capitalised in the deprecated Table Block, and their types are denoted with an icon in the Table Component.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mattjuk
Comment options

Answer selected by mattjuk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants