How we can change filter value on change of first filter in data table.

How we can change filter value on change of first filter in data table.

rajeevsysrajeevsys Posts: 1Questions: 1Answers: 0
edited February 2021 in Free community support

Hi team,

I need to work on to show filter in table header. I have three filter first one is Country, Second one is State and third one is city. So just wanted to do if user select Country then table will show only the record for this country only and also i want to show second filter to show only the record visible in table(State, Since that only show state related to country will visible in table record).

Currently filter is working but it is showing all state and city in header filter. Just i want to show only showing column(State and city) in filter table.

Can you please help me on this. and provide me any working example so i will check and modify my code to make it happen. I am using datatable version DataTables 1.10.20

Answers

  • allanallan Posts: 63,214Questions: 1Answers: 10,415 Site admin

    Happy to take a look at a test case showing the issue so we can help debug it.

    Allan

This discussion has been closed.