Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Stefan,

    thanks for your question.

    By default, no, as cells don’t have the name or (more “modern”) id attribute. To achieve this, you could however simply wrap your cell’s content in <span> HTML tag and give an id to that, like

    <span id="cell-xyz">Cell content</span>

    The link could then go to

    https://example.com/page-with-table/#cell-xyz

    Note that this will however not really work with tables that use pagination, as this approach requires the cells to be visible (which they aren’t on the “hidden” pages of a paginated table).

    Regards,
    Tobias

    Thread Starter whisky-journal

    (@whisky-journal)

    Guess, I’m a bit old fashioned ??

    Well, you are right about the id-attribute. It works fine for non-paginated tables. And this will also do the job for the moment.

    Thanks a lot again and have a great weekend!
    Stefan

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes and a great weekend, too!
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link to cells of table’ is closed to new replies.