I did try having the table hidden on load but once it has been filtered the table is still there with some content even though none of my checkbox filters are checked.
I have figured it out thanks. But there seems to be some issue or bug.
If I put information directly in database my page works properly it can be filtered and when no checkboxes are selected nothing is populated in the table.
But if I create a page and put the user inputs for the fields and link them to the database when the information goes into the database it doesn’t get filtered and always shows up on the page.
Does this mean that there is something wrong when the information is being entered in my user form? What could be the issue?
Looks to be if I have more than 3 checkboxes on my input page then the issue happens. (Data get populated into database and matches input page form) But will always show on my table and not get filtered.
But if I have 3 or less checkboxes on my input page then everything works correctly. (Data goes in database and then can be filtered and displayed correctly on table).