jquery - Grails: Trying to use tablesorter -


this dumb question trying use table sorter grails project , have jquery.tablesorter.js file copied 'js' directory of grails project , have columns sortable on clicking wondering other stuff comes table sorter widgets , css themes. in order keep following same pattern of adding files project i.e. keep adding grails project's 'js' , 'css' directory? worried directory paths need preserved theme , widget functionality. advice appreciated. wasn't able find specific installation instructions themes ad widgets anywhere. basically, i'd maximum functionality out of plugin not know place of additional css , images files noticed 'images' directory withing 'css' directory , have 'images' directory in project. thanks.

i able locate information on using tablesorter might helpful.

if add page header should functionality of tablesort widgets , themes.

<!-- ui theme stylesheet - contents shown below --> <link rel="stylesheet" href="../css/theme.jui.css"> <!-- jquery ui theme (cupertino example here) --> <link rel="stylesheet" href="css/jquery-ui.min.css">  <!-- tablesorter plugin --> <script src="../js/jquery.tablesorter.js"></script> <!-- tablesorter widget file - loaded after plugin --> <script src="../js/jquery.tablesorter.widgets.js"></script> 

full demo @ https://mottie.github.io/tablesorter/docs/example-widget-ui-theme.html


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -