Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You could certainly use TablePress to create that table, but to have such a picture that gets highlighted, you’d need custom JavaScript code. That code would have to react to the mouse hovering and adjust the image accordingly.

    Regards,
    Tobias

    Thread Starter SmithGrafisk

    (@smithgrafisk)

    Hi Tobias
    Thanks for your swift answer.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 I hope this helps!

    Best wishes,
    Tobias

    Thread Starter SmithGrafisk

    (@smithgrafisk)

    Hello Tobias

    I found a nice plugin for maps/floor plans, MapSVG. Here I need to build tables manually (se example below). Would it be possible to use TablePress in conjunction with MapSVG ?

    Thanks
    Knut

    <table>
    <thead>
    <tr>
    <th>Field 1</th>
    <th>Field 2</th>
    <th>Field 3</th>
    </tr>
    </thead>
    <tbody id=”my_directory”>
    </tbody>
    </table>

    Note there’s “my_directory” block which will be filled by MapSVG later

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I don’t really see what TablePress would do here. If that data is loaded from somewhere else, what would the job of TablePress be here?

    Regards,
    Tobias

    Thread Starter SmithGrafisk

    (@smithgrafisk)

    I was thinking working with the tables in TablePress is much easier and faster, for me at least … If one could link / filter rows in the table by clicking on the map /floor plan.

    Sorry, my programming skills are terrible.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I understand, but I don’t think that MapSVG could use that data from the table for mapping (at least if I understand your example code correctly).

    Regards,
    Tobias

    Thread Starter SmithGrafisk

    (@smithgrafisk)

    Okay, thanks again!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    sure, no problem! Sorry that I couldn’t offer a solution here.

    Regards,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Apartment / floor plan selector’ is closed to new replies.