Hi,
I have a DataTable connected to a SPList and I want to apply a filter according to some Dropdowns
Lets say I have 3 dropdowns with "System", "CompanyName" and "Process". If someone chooses one option from System dropdown, the table will filter all the info according to the System selected, then if someone chooses a Process, the table will be filtered with the selected System and the selected Process, and so.
The problem is that my DataTable kind of filters in random way, sometimes it filters sometimes it doesnt, I only want an idea how to make this possible because I have like 5 or 6 Dropdowns so I need to combine many If with || ( Or ) function