Dynamic filtering values in select elements in Datatables
问题 Using the following code of multi-filtering select inputs in Datatables is it possible to show only available values in the other select inputs upon a selection in one filter? To be more precise, in this example if I select 'Tokyo' as an Office , I would like to populate only the values 'Accountant', 'Integration Specialist', 'Support Engineer' and 'Regional Marketing' in the dropdown menu of Position . $(document).ready(function() { $('#example').DataTable( { initComplete: function () { this