i have a datatable in with filtering, sorting n pagination functionalities. all was working fine until i apllied a readymade design template to my application. the custom readymade template is overiding the default primefaces theme i guess. so datatable functionalities are not working... now i get a plain datatable with no theme... i want to apply the custom template just to enhance my app design but i also want to keep the primefaces component design as it is with no change. what should i do? pls suggest a solution...
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets">
<h:head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
<title>Scrip Master | Dashboard Admin</title>
<h:outputStylesheet library="css" name="reset.css"/>
<h:outputStylesheet library="css" name="text.css"/>
<h:outputStylesheet library="css" name="layout.css"/>
<h:outputStylesheet library="css" name="jquery-ui-1.css"/>
<h:outputStylesheet library="css" name="jquery.css"/>
<h:outputStylesheet library="css" name="custom.css"/>
<link rel="stylesheet" href="css/layout.css" type="text/css" media="screen" title="no title"/>
<h:outputScript library="js" name="jquery-1.js"/>
<h:outputScript library="js" name="excanvas.js"/>
<h:outputScript library="js" name="facebox.js"/>
<h:outputScript library="js" name="jquery-ui-1.js"/>
<h:outputScript library="js" name="jquery_002.js"/>
<h:outputScript library="js" name="jquery_003.js"/>
<h:outputScript library="js" name="jquery_005.js"/>
<h:outputScript library="js" name="jquery_004.js"/>
<h:outputScript library="js" name="jquery.js"/>
<h:outputScript library="js" name="widgets.js"/>
<h:outputScript library="js" name="dashboard.js"/>
</h:head>