lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.datapage.app
MIT License
1.29k stars 69 forks source link

Table column filters other than sorting #93

Open althaf004 opened 11 months ago

althaf004 commented 11 months ago

Do SQLPage Component for table support filters based on column values.

lovasoa commented 11 months ago

Hello and welcome to SQLPage! At the moment, there is no built-in client side filtering. You can implement filters using forms and a WHERE clause on the table, but there will be no special UI for it.

Would you be interested in contributing a JavaScript client side value filtering? I'd be glad to give directions.