How do I add a filter to a dropdown in DataTable?
var table = $('#filterTable'). DataTable(); //Take the category filter drop down and append it to the datatables_filter div. //You can use this same idea to move the filter anywhere withing the datatable that you want.
How do I select a dropdown value in PowerApps?
You can display any of the fields by selecting the dropdown control and going to the advanced section on the right hand side of the screen. Click on the value dropdown and choose the field that you want to display. You can reference any field in the record selected in dropdown control anywhere in the app.