Hi,
thanks for your question, and sorry for the trouble.
Are you sure about this? I can not reproduce this. Only when I click exactly on the link does the link open. Otherwise, the collapsed row expands.
What browser are you using?
Regards,
Tobias
Hi, I use chrome on an LG Optimus II, the plus symbol is very close to the link so I guess it’s difficult to avoid to press the link. And I really don’t want to swap for another column, that should be the first 🙁
ok I tried again and yes, it works, but it’s very fiddly. Knowing the tipology of readers of ny blog I can already anticipate they will be complaining forever 😀
In any case, there may be another solution. The 2 rightmost columns I really don’t even want to show them but I want the users to query for the values in them. Is there anyway to do that? In that case I would have only 2 columns so I would not need the responsive anymore 😉
Hi,
that should not be a problem. Just hide the column using some CSS code:
.tablepress-id-6 .column-3,
.tablepress-id-6 .column-4 {
display: none;
}
The column will then be invisible but still searchable.
Regards,
Tobias
Oh this is fantastic, it works, great!
Thanks 🙂
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias