Multi-select : remove header

QuestionsMulti-select : remove header
Jean-Luc Marmier asked 4 years ago

Hello,

Is it possible to remove header part (filter,all,none) of a multi-select filter ?

Best Regards

Jean-Luc

1 Answers
Abu Ghufran Staff answered 4 years ago

You can add this CSS style after css files inclusion to hide multi-select header.

<style>
.ui-multiselect-header {
display: none;
}
</style>

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

2 + 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?