This article will mention how to filter your data with visual filter.
I will show you how to filter your data with visual filter as an instance which filtering Peaka table.
I have a table named Food and it includes some food with their name,quantity and company_id as you see in the image below.
When you click the Filter button above the table, it will open a modal, as seen in the image below. WHERE input enables filtering your data as you want, and ORDER BY enables sorting your data.
When you click the Filter button where bottom of the modal. It will filter and sort your data as you see in the image below.