Is there a way to have the grid lines included when copying grid data from a web page?
Currently, the copied result looks like this:
name subject
lolo math
fofo history
What I would like is:
| name | subject |
---------------
| lolo | math |
---------------
| fofo | history |
I've searched online for a solution, but couldn't find one that works. I'm not very experienced with front-end tricks.