formhandler table cell link is not urlencoded
Summary
formhandler table cell link is not urlencoded
Steps to reproduce
g1 version 0.6.0
visit https://uat.gramener.com/fdd/#?SEGMENT=M%26M and click on Segment column value M&M
. Filtering fails because &
in M&M
is not urlencoded
Possible fixes
Need to add a test case and verify the issue. Expected behavior of current code is urlencoded string but that's not the case.