GROCERYCRUD 1.x - Search column

Hi,
Is there any way to get rid from search fields in columns (grid) in GC version 1?
Thank you in advance!

Hello @afin67 ,

This is only a functionality that was added to Grocery CRUD Enterprise. The only way to hack it is through CSS. For example:

.searchable-input {
    display: none;
}

I hope it helped.

Regards
Johnny

Yes sir, it helped very much! Thank you!!