Posted 18 July 2021, 5:11 pm EST
Let’s say I have values in the columns
Alfred
Raymond
Arnold
Nathan
Albert
Natalia
Currently the filter works like this
for search key ‘al’ - results are key ‘al’ anywhere present in the value: Alfred, Albert, Natalia
My requirement is when user prefixes ‘’ with search key like '[b]al[/b]’ - results should be the values only which starts with ‘al’: Alfred, Albert
How can we do this?
Thanks & Regards,
Sneha Nagaruru