Skip to content

Commit

Permalink
#247 added the JavaScript files needed to run the datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Jan 15, 2016
1 parent 70bfd9b commit fabeeea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
@ResourceDependency(library = "bsf", name = "css/bsf.css", target = "head"),
@ResourceDependency(library = "javax.faces", name = "jsf.js", target = "head"),
@ResourceDependency(library = "bsf", name = "js/jquery.dataTables.min.js", target = "body"),
@ResourceDependency(library = "bsf", name = "js/dataTables.bootstrap.min.js", target = "body"),
@ResourceDependency(library = "bsf", name = "css/dataTables.bootstrap.min.css", target = "head"),
@ResourceDependency(library = "bsf", name = "css/tooltip.css", target = "head") })
@FacesComponent("net.bootsfaces.component.dataTable.DataTable")
Expand Down

0 comments on commit fabeeea

Please sign in to comment.