• Resolved amanfre

    (@amanfre)


    Hi Tobias,

    Two questions for you;

    1. How do you style the search box to include a radius of 5px on all corners. Also remove the standard inner box shadow.

    2. How do you move the word ‘search’ from outside the box to be placed in the box as a placeholder?

    Cheers

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thanks for your reply.

    I testing it on my local wamp environment . I will upload files to any live site and will share the link with you ASAP.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! Thanks!

    Best wishes,
    Tobias

    Apologizes for delay response (was not well).

    Here is url

    https://bestcard.online/17-2/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link!

    The problem here is that your table has #colspan# in it to combine cells. Unfortunately, this is not supported by the external DataTables JavaScript library. You will have to remove these if you want to use the JS features.

    Regards,
    Tobias

    No I am not using#colspan#. I am using row grouping plugin.

    https://prnt.sc/n3ezlo

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, ok. Thanks for the clarification. And you are sure that you installed the TablePress DataTables ColumnFilterWidgets Extension AND activated it?

    Regards,
    Tobias

    You are awesome.

    I deactivated all plugin first, then activated one plugin at a time ,and it works this time.

    One more question , Can’t we apply filter based on hide columns data?

    So, hide cols data will not be visible in table, however for classification/filter purpose , we will use hide cols data only.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that’s possible. You can hide a column with CSS, e.g.

    .tablepress-id-2 .column-4 {
      display: none;
    }

    Regards,
    Tobias

    Thanks for this.

    Is there any way i can hide entire table from visitors view and show only filters. Based on visitors filter choices , show him the results.

    Is it doable?

    Regards,

    Rajat

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sorry, I don’t know a solution for that.

    Regards,
    Tobias

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Search Box Responsive and Style’ is closed to new replies.