As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #927851
Select field
Closed

Comments

  •  2
    raperez started the conversation

    Hello:

    I have a table with people's name. Esentially, it has and ID and NAME field. Another table is related to the first one thorugh the ID field as a foreign key.

    When updating the second table, I would like to have SELECT field which takes all NAME's values from the first table in order to choose one of them.

    Could this be possible? What filter should I use?

    Thanks.


  • [deleted] replied

    Hi raperez,
    Thank you for your purchase

    Maybe you can create MySQL View where you will join these two tables to accomplish this or maybe to use tables without server-side processing turned on. I think that there is no wpDataTable filter or action that you will use to accomplish that. Something like that requires custom coding.