Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

create dynamic search box
(1 viewing) (1) Guest
Go to bottomPage: 1234567
TOPIC: create dynamic search box
#47842
Re:create dynamic search box 10 Years, 2 Months ago Karma: 0
The doc, as the image too wide and pdf not allowed
File Attachment:
File Name: Changes_after_dynamic_search_box_implementation.doc
File Size: 614912
The administrator has disabled public write access.
 
#47844
Re:create dynamic search box 10 Years, 2 Months ago Karma: 747
Send a link to a page where the problem occurs.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#47948
Re:create dynamic search box 10 Years, 2 Months ago Karma: 0
I am currently working on localhost. I shall send you a link as soon as it is live on the net (around 1 month).

Kind regards,

Dominique
The administrator has disabled public write access.
 
#48339
Re:create dynamic search box 10 Years, 1 Month ago Karma: 0
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
Last Edit: 2014/03/12 13:33 By ringsport.
The administrator has disabled public write access.
 
#48341
Re:create dynamic search box 10 Years, 1 Month ago Karma: 0
But is it possible to get the filters on top instead of in the bottom?
And is it possible to fix the widht on the filter fields to match the columns?

Here is my table:
www.ringsport.no/index.php/nordmarka-halvmaraton/1110-test-resultatbase-nordmarka
The administrator has disabled public write access.
 
#48347
Re:create dynamic search box 10 Years, 1 Month ago Karma: 747
As we know "column-filter" addon is implemented in this way. If you want to customize it, contact "column-filter" addon developers.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1234567