When typing in custom column filters, the newly added row is hiding

Tags: #<Tag:0x00007f8b265a4638>

Hi,

In our application, while adding a new row, if the user types in custom column filter is getting hidden, which confuses the user that whether the add row is there or not.

The below is the image on adding a new row:

The below is the image when user is typing in filter:

The newly added row in above image is getting hidden here.

Is there a possibility to let the newly added row to stay visible, even when filter is typed?
This makes user to know that newly added row is still available to edit.

Thanks,
Karthikeyan

Hi @kvengadachalam

The newly added row will be ignored by filtering because it’s empty and don’t have any values related to the filtering process. This is how filter plugin is designed and without writing a custom one it won’t be possible to change it’s behavior.

Okay. Thanks. I will try to create a custom function for this and will get back here.