How get state name based on country using editor datatable ?

How get state name based on country using editor datatable ?

manoranjan_1986manoranjan_1986 Posts: 2Questions: 1Answers: 0

Actually I am new in datatable and also editor datatable, so please help me for above question.

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    How get state name based on country

    That rather depends on your database structure.
    What does your db schema and server-side code look like at present?

  • manoranjan_1986manoranjan_1986 Posts: 2Questions: 1Answers: 0

    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.

This discussion has been closed.