Hi,
thanks for your post, and sorry for the trouble.
I’m not really sure how you want this work. When someone the searches for a custom value that is not in the column, which rows do you want to show?
Regards,
Tobias
Thread Starter
Thigz
(@thigz)
Hi
thanks for the reply.
Please check this site http://top10binaryoptionbrokers.co.uk/
i would like to input custom values for example user’s score i would like to have maybe
<70
<80
<90
Where <70 should filter all values less than 70
Regards
Thigz
Hi,
ah, ok. That would make sense, I guess.
Unfortunately, I’m not aware of an easy way to extend these dropdowns 🙁 As I’m not the developer of that JS code (I only make it available for TablePress), I’m not that familiar with its details. Sorry.
You will likely have to look into finding a custom solution here.
Regards,
Tobias
Hi,
sure, you are welcome. Sorry that I couldn’t help with a solution here.
Regards,
Tobias
Thread Starter
Thigz
(@thigz)
Hi Tobias
i need your assistance on another issue and really appreciate the support you offer.
Right now i have 9 columns on the table.
I would like to put three specific columns on mobile view.
how would i go about this.
Kind regards
John
Hi John,
you could conditionally hide them, using e.g. a CSS3 Media Query:
@media (max-width: 767px) {
.tablepress-id-123 .column-2,
.tablepress-id-123 .column-3 {
display: none;
}
}
Regards,
Tobias
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!
Thread Starter
Thigz
(@thigz)
Hi
just rated your plugin.
Am not yet through with the table in case of future problems i will ask for your support.
Regards
Hi,
thanks, I really appreciate it! And yes, if there are any other TablePress issues, please don’t hesitate to open a new thread here in the forums!
Regards,
Tobias
Thread Starter
Thigz
(@thigz)
hi
Sorry for bothering you too much
how can i insert div class in the table
Regards
Hi,
I’m not really sure what you mean. You can add any HTML code to the table cells, including <div>s.
Regards,
Tobias