Comments rafaelrook started the conversationJanuary 31, 2020 at 3:17pmIs there any way to appear only to fill in selectbox related data.ExampleIn my main table I have 5 countries and each country their states.in the other filling table i want put in column 1 I select the country United States, in column 2 only the states of the United States appear. 2,572Aleksandar repliedFebruary 3, 2020 at 9:30amHello rafaelrookUnfortunately wpDataTables doesn't have this kind of logic included, and this would only be possible to achieve with an SQL Query based tables.However, it wouldn't be dynamic, meaning you couldn't use filters on the second table, but instead you'd create a table with this query: SELECT country, state FROM mainTable WHERE Country = 'USA'Or something similar.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Is there any way to appear only to fill in selectbox related data.
Example
In my main table I have 5 countries and each country their states.
in the other filling table i want put in column 1 I select the country United States, in column 2 only the states of the United States appear.
Hello rafaelrook
Unfortunately wpDataTables doesn't have this kind of logic included, and this would only be possible to achieve with an SQL Query based tables.
However, it wouldn't be dynamic, meaning you couldn't use filters on the second table, but instead you'd create a table with this query:
Or something similar.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables