Search on hidden column right after it's shown is not working

QuestionsSearch on hidden column right after it's shown is not working
Paulo Mendes asked 7 years ago

Hi all.

When you have a hidden column and then the user select it to be shown, the advanced filter does not consider it as an eligible column.

Another problemm is that o can not see the datapicker, as long as in my case, it is a date field.

Plase, is there a solution for this bug ? Or is there something I am doing whrong ?

Thanks in advance.

1 Answers
Abu Ghufran answered 7 years ago

If you want to enable searching on this hidden column, you can set:
$col["searchoptions"] = array("searchhidden" => true);

To enable datepicker, with desired column you need to set:
$col["formatter"] = "date";
You can compare code with demos/integration/datepicker.php

Your Answer

8 + 3 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?