Viewing 8 replies - 1 through 8 (of 8 total)
  • Do not know the answer to the question but I use Microsoft Access for all Pedigree tables and it works just fine.

    Thread Starter annoy

    (@annoy)

    Hey Alexander, my client who wants to use this does not want do use an External Solution like Access and than import Data, so i thought a Plugin Solution would be much better

    I understand and cannot imagine a plugin that will do this job but if you find one I would be interested.

    Plugin Author wpDataTables

    (@wpdatatables)

    Hi annoy,

    Thank you for your interest in wpdatatables.

    If I understand you right you can try with a Simple table(first option in the table wizard)

    You can add Merge cells, custom background, and text color.
    Example in the editor: https://ibb.co/vLyqvQ6

    and live preview https://ibb.co/sQq4mTK

    For borders, you will need to insert some custom CSS on page between style tags or in Custom CSS field in CUSTOM JS AND CSS tab in plugin settings to make exactly like on your image:

    #wpdtSimpleTable-1, 
    #wpdtSimpleTable-1 tr td:first-child,
     #wpdtSimpleTable-1 tbody td,
      #wpdtSimpleTable-1 tr td:last-child {
    border: 3px solid #fff !important;
    }

    Number 1 in id #wpdtSimpleTable-1 is the id of your table so you will need to replace it.

    After that, it looks like this
    https://ibb.co/MVX0x7L

    Hope this helps.

    Hi @alexanderweb thank you for your support. You can also try this ??

    Best regards.

    Many thanks Support… I was not thinking of the structure/layout but more about the data as I assumed the names were just random to denote each box.
    In my case it was more like a pedigree for Horses for example and if you had many horses you need to be able to populate the boxes correctly.
    BUT .. great to see what can be done with the code and will use it.
    Many thanks

    Plugin Author wpDataTables

    (@wpdatatables)

    Hi @alexanderweb

    You are welcome.

    Best regards.

    Thread Starter annoy

    (@annoy)

    Thank you so much!

    Plugin Author wpDataTables

    (@wpdatatables)

    Hi @annoy

    You are welcome.

    Best regards.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Pedigree Tables’ is closed to new replies.