Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter InfernioN

    (@infernion)

    Oeps, forgot to post a screenshot:
    https://s24.postimg.org/ru62rpaj9/Datatablerow.jpg

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This should be possible with some extra CSS code for the styling of those spans. You should need something like

    .tablepress-row-details tbody tr .row-details-left {
            display: inline-block;
            width: 300px;
    }

    If that does not help, please post a link to the page with the table, so that I can take a direct look.

    Regards,
    Tobias

    Hi Tobias

    Is it possible on this forum to send you a pm?

    Thread Starter InfernioN

    (@infernion)

    Works like a charm! Thanks!

    One more question. When I use the TableTools with the DataTables extension, both don’t work anymore. Separtly they work perfect. My code is:

    [table id=1 datatables_row_details=true datatables_row_details_columns=”G-Y” datatables_tabletools=”true” /]

    The icons for the TableTools don’t appear and the row-collapse isn’t there anymore. Conflict between the two extensions?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    @grutz: No, the forums don’t have a pm system. You can however email me: My address is in the main plugin file “tablepress.php”.

    @infernion: The problem here is that those two Extensions are not compatible to one another right now ?? The reason is that they are influencing the same internal part of the JavaScript code for the DataTables library. Sorry ??

    Regards,
    Tobias

    @tobiasbg: Thks for the reply. Sorry but I cannot find this “tablepress.php”. I’ve been to the tablepress plugin page without luck. If you searched linkedIn for “shoota New Zealand” on the contact page of my website you can send me a message. I’m working on a problem with a newly created school’s wordpress website that I think you could help me with.

    Thread Starter InfernioN

    (@infernion)

    I see, thats why you put the DataTables TableTools and DataTables FixedHeader together in one download/plugin?

    Is it something you’ll look into in the (near) future? You helped me alot with my first question, and by sure your TablePress-plugin!

    Many thanks!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    @grutz: Sorry, I’m not on linkedin, so I can’t check ?? You’ll find my email address in the “tablepress.php” file of the downloaded plugin archive. Alternatively, its on this page: https://tablepress.org/impressum/

    @infernion: Yes, absolutely correct. Those two Extensions suffer from the same incompatibility which is why I had to create another one that combines them into one Extension.
    The same would be required for the Row Details and TableTools Extensions. However, as I’m very busy right now and as that’s more than what I can offer as free support at this time, I don’t have plans to do this in the near future. Sorry ??

    Regards,
    Tobias

    Thread Starter InfernioN

    (@infernion)

    Np! My question is solved ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    good to hear that. I hope the Extensions are useful ??

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Extension datatables row details’ is closed to new replies.