Jump to content

module config inputfield in table


---
 Share

Recommended Posts

I'm using this piece of code to add a table layout to my module configuration:

$this
    ->wire('modules')
    ->get('MarkupAdminDataTable')

Then I use this to add rows to my table:

$this
            ->wire('modules')
            ->get('MarkupAdminDataTable')
            ->row($data)

But when I try to add a field to my table, It's not rendered as a field, I only see the the classname of the input field instead of the field itself.

Is it possible to render a field into a table row?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...