rubanraj54 / vue-bootstrap4-table

Advanced table based on Vue 2 and Bootstrap 4 ⚡️
MIT License
219 stars 57 forks source link

global search class #26

Closed pordonez closed 5 years ago

pordonez commented 5 years ago

Hi,

I'd like to add classes to the global search to, for example, increase the margin. Is that possible?

Thanks, Peter

rubanraj54 commented 5 years ago

Hey @pordonez

Currently, it is not possible, But I will consider this feature in my next release.

Cheers, Ruby.

pordonez commented 5 years ago

Thank you Ruby. I added a margin to the action button and I'd like to do the same for the search field for a consistent look. Thanks again, Peter

rubanraj54 commented 5 years ago

Hi @pordonez

Now you can add class to global search.

global_search: {
    placeholder: "Enter custom Search text",
    visibility: true,
    case_sensitive: false, // default false
    showClearButton: true,
    class: "my-global-search-class my-global-search-class-two"
},

Please upgrade your package to get this feature.

Cheers, Ruby.