Control over Search/Filter HTML markup

Control over Search/Filter HTML markup

rldean1rldean1 Posts: 141Questions: 66Answers: 1

Using Bootstrap...

Do we have control over the Search (Filter) input in the same way that we do Buttons?

That is, the ability to manipulate its HTML and inject it into another place on the page i.e.: table.buttons().container().appendTo($('.navbar'))?

Can I inject my own custom search bar into the first row, "f"? dom: "<'row'<'col-sm-12 col-md-6'l><'col-sm-12 col-md-6'f>>" +

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,770
    Answer ✓

    I think it would be easier to create your own rather than trying to customize the default search input. This example shows how to create your own toolbar elements.

    Kevin

This discussion has been closed.