Hyperlink not clickable in final row in grid

LAST ENTRY ON EACH PAGE OF THE GRID , The Design Central Link Is not Clickable
In Grid, I have one grid link Column (URL). But it is not displaying link(hyperlink) in the last rows. Here is my code.

a!gridTextColumn(
label: " Link Column",
field:"FOLDR_LOC_NME",
data: index(
local!datasubset.data,
"FOLDR_LOC_NME",
{}
),
links: apply(
a!safeLink(
uri: _
),
reject(
fn!isnull,
stripwith(
index(
local!datasubset.data,
"FOLDR_LOC_NME",
{}
),
"'"
...

OriginalPostID-222418

OriginalPostID-222418

  Discussion posts and replies are publicly visible