Hi,
thanks for your post, and sorry for the trouble.
I’m not able to reproduce this. For me, the search field remains white even on a small screen or a phone. Can you please check on other devices as well?
Regards,
Tobias
I only have windows and android phone
Is there a CSS option for the search box itself?
I have the CSS or TEXT colour for the search box, but not the editbox itself
.dataTables_wrapper select,
.dataTables_wrapper input {
color: #777777; <had to use a compromise between white and black background.
}
Hi,
the search box itself can usually be targetted with
.dataTables_filter label input {
...
}
What happens with the field when you shrink your desktop browser’s window width?
Regards,
Tobias
Its the same, Background of edit box to search is black on mobile, but white on desktop
another addition
please add check boxes at the top of the table, as we need to know the title of each column. :0)
makes it hard to know what is what at the bottom to hide columns/
Cheers
also is there away to display automatically alphanumeric order?
Hi,
please post a screenshot. I still can’t reproduce this color problem 🙁
Regarding the checkboxes: The “Edit” screen will soon be completely new, so that this will be easier 🙂
For the alphanumeric order: I’m not sure that I understand. From what I can see, the table is already sorted correctly?
Regards,
Tobias