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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, all this should be possible, but you will need custom CSS code.
    Unfortunately, I can not develop this CSS code for you at the moment, I can only give pointers for getting into the right direction. For example, the individual dropdowns have CSS classes like

    .column-filter-widget

    while the entire blocks has the CSS class

    .column-filter-widgets

    You can use those in your CSS and maybe play around with it in the Developer Tools of your browser. Unfortunately, there’s no direct solution that does not require custom programming of such CSS code. Sorry ??

    Regards,
    Tobias

    Hallo Tobias,
    Thanks for a awesome Plugin. I use TablePress to show the results for each Driver in a Motorsportclub.
    I have 1 Table with all the drivers and all the race-events, and using then your Pro Table Row Order Extension 1.2 to sort the results as DESC and the hide_column tag to choose which columns i wanna show for each race.
    See race 1 and race 2
    I want to use Column A for the Positions (Like No 1,2,3,4,5,6 …), but i can’t figure out how to keep the Column A Positions-rows in place, wenn the driver-positions change after each race and new points.

    Can you help me here?

    Thx, madzzoni

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    you could maybe have TablePress add it automatically, with another Extension: https://tablepress.org/extensions/datatables-counter-column/

    Regards,
    Tobias

    Thread Starter jorinecarel

    (@jorinecarel)

    ok thank you for your answer but what about put placeholder attribute to tablepress default search field?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    for the placeholder, please see this idea: https://www.ads-software.com/support/topic/watermark-in-search-bar?replies=5#post-6182353

    You can basically use another TablePress Extension to add custom translations and with that, you can also add a placeholder attribute.

    Regards,
    Tobias

    Thread Starter jorinecarel

    (@jorinecarel)

    Ok greats it works perfectly, please my last request , how to add label like “search advanced” for ColumnFilterWidgets

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    for this, you could also try CSS:

    .column-filter-widgets:before {
      display: block;
      content: "Advanced search: ";
    }

    Regards,
    Tobias

    Thread Starter jorinecarel

    (@jorinecarel)

    great!
    thank you very much!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

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

    Thanks Tobias, the DataTables Counter Column plugin did the job.

    Regards madzzoni

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi madzzoni,

    awesome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘ColumnFilterWidgets apperance’ is closed to new replies.