SOLVED
I had a spelling error
admin wrote:
Create "columnfilter" folder in <joomla_directory>\modules\mod_aridatatables\includes\js\widgets\datatable\plugins\ folder and copy jquery.dataTables.columnFilter.js file to the created folder. After this open <joomla_directory>\modules\mod_aridatatables\includes\kernel\DataTables\Models\class.DataTablesWidgetDatatableModel.php file, find "includeAssets" method and add the following code:
AriDocumentHelper::includeJsFile($baseUri . 'plugins/columnfilter/jquery.dataTables.columnFilter.js');
after the following code:
AriDocumentHelper::includeJsFile($baseUri . 'plugins/tabletools/js/TableTools.min.js');
Then find "initClientInstance" and replace the following code:
'if (typeof(AriDataTables) != "undefined") AriDataTables.hideLoadingPane("#%1$s_wrapper");var options = %2$s;options["fnDrawCallback"] = function(oSettings) { adt_DataTable_DrawCallback(oSettings) };$("#%1$s").addClass("display dataTable").dataTable(options);'
with the following one:
'if (typeof(AriDataTables) != "undefined") AriDataTables.hideLoadingPane("#%1$s_wrapper");var options = %2$s;options["fnDrawCallback"] = function(oSettings) { adt_DataTable_DrawCallback(oSettings) };$("#%1$s").addClass("display dataTable").dataTable(options).columnFilter();'
PS: Set "HTML table settings -> Show footer" parameter to "Yes" in module settings.
Regards,
ARI Soft
Hi.
I want to have the filteroptions for my table like this example:
jquery-datatables-column-filter.googlecode.com/svn/trunk/index.html
I have tried to follow your steps, but I can't see any filters on my site:
www.ringsport.no/index.php/nordmarka-halvmaraton/1110-test-resultatbase-nordmarka