Show the first line in any case

Tags: #<Tag:0x00007f8b1883ab30>

The first line is the sum of the column. Is it possible to make the first line always visible, even if the filter is activated

https://jsfiddle.net/p1ab3myw/

Thank you for sharing. I will test it and let you know my thoughts.

Hi @pontiac358

t this task may not be possible as filers are based on the trimRows plugin and it does not allow us to block operations for certain row indexes.

You may, however, use the beforeFilter hook to pause the filtering if a user selects (Blank Cells) for other columns than 5 and block a string that starts with Average for the column with index 5.