You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the left side of the image is the current design for filtering Varchar columns.
We have a HTML input, with a placeholder value of All. The problems are:
Specifying null is a hack - you type in null.
PiccoloCRUD has powerful support for text matching (see docs), and we're not exposing this power.
The suggested new design (on the right of the image) is that every field displays a dropdown with a default value of All. You can select a different value from the drop down, and if necessary the input appears for you to type into.
The text was updated successfully, but these errors were encountered:
I'd like to redesign the UI for filters.
On the left side of the image is the current design for filtering
Varchar
columns.We have a HTML input, with a placeholder value of
All
. The problems are:null
is a hack - you type innull
.PiccoloCRUD
has powerful support for text matching (see docs), and we're not exposing this power.The suggested new design (on the right of the image) is that every field displays a dropdown with a default value of
All
. You can select a different value from the drop down, and if necessary the input appears for you to type into.The text was updated successfully, but these errors were encountered: