Open a modal from table row

I want to configure a way for my users to open a modal window with more information about a specific table row.

I've read Opening modal on click of table row and both suggestions mentioned sound great, however, the custom column certainly seems more elegant (no hidden modal buttons).

Question:

  • Is it still possible to create a custom column of type Modal that opens a modal window? I can't seem to find this functionality anywhere in the new table component.
  • Is there a way to configure a model to open from a table row Action that doesn't require me to use a hidden Modal button?

In new table component, the column type of Modal is not exists.
You need to create one and hide it, there is no other option.

Also you can consider the Drawer component, which is coming soon in the cloud.

Here is news Introducing Drawer Frames