Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I log data into a table and display it using the Redux framework? #99

Open
shyambaseapp opened this issue Jan 28, 2025 · 0 comments

Comments

@shyambaseapp
Copy link

How can I log data into a table and display it using the Redux framework in this field?

Redux::set_section( 'OPT_NAME', array(
'title' => 'New Section',
'icon' => 'el-icon-cogs',
'heading' => 'Expanded New Section Title',
'desc' => '
This is the section description. HTML is permitted.
',
'fields' => array(
array(
'id' => 'opt-text',
'type' => 'text',
'title' => 'A sample text box',
),
),
) );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant