How get state name based on country using editor datatable ?
How get state name based on country using editor datatable ?
manoranjan_1986
Posts: 2Questions: 1Answers: 0
Actually I am new in datatable and also editor datatable, so please help me for above question.
This discussion has been closed.
Answers
That rather depends on your database structure.
What does your db schema and server-side code look like at present?
Hello @tangerine Thanks for your reply.
Actually I have three tables
table1 - student
table2 - country
table3 - state
In student table I am inserting country and state id, that is working fine with editor datatable, But I need to change the dropdown option of State while select country on my form while add and edit.