layout: docs title: Table Toolbar description: Table Toolbar extension of Bootstrap Table. group: extensions
{% highlight html %} {% endhighlight %}
attribute: data-advanced-search
type: Boolean
Detail:
Set true to allow the advanced search.
falseattribute: data-action-form
type: String
Detail:
Set the action of the form (pop-up).
''attribute: data-id-form
type: String
Detail:
Must be set to know the id form.
advancedSearchattribute: data-id-table
type: String
Detail:
Set the id of the table to create the pop-up form. Required.
''Text of the close button
function () { return "Close" }Title of the advanced search modal
function () { return "Advanced search" }