Using wix tables with database

I’m using a table to display my database on the wix site. however, there is no function to add filters, sort or search to the table, how can I do this?

note* I’m quite beginner in everything to do with code, I know basic HTML, the basic fundamentals of JavaScript like if/else but that’s as far as it goes!

Hello,

Filtering and Sorting are done through the dataset. The dataset holds the data and the table only displays it.

You can filter and sort either with wix code or simply by clicking on ‘configure dataset’.

Configure Dataset method

Code method

Goodluck!
Majd