Skip to content

using bootstrap3, filter input field does not have class "form-control" #73

@samir-85

Description

@samir-85

$('#table').dataTable
sDom: "<'row'<'col-md-6'><'col-md-6'>r>t<'row'<'col-md-6'f><'col-md-6 pull-right'p>>"
sPaginationType: "bootstrap"
bLengthChange: false
bInfo: false
aaSorting: [[ 1, "asc" ]]
aoColumns: [
{ sWidth: "05%", bSortable: false },
{ sWidth: "15%" },
{ sWidth: "15%" },
{ sWidth: "10%" },
{ sWidth: "15%" },
{ sWidth: "10%", sClass: "center" },
{ sWidth: "10%" },
{ sWidth: "10%" },
{ sWidth: "10%" }
]

Generates the following filter input field:

but it should have class "form-control", right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions