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?

Initial &Column Filter and avoid empty filter
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Initial &Column Filter and avoid empty filter
#25572
Re:Initial &Column Filter and avoid empty filter 12 Years, 2 Months ago Karma: 0
ok,

how can I implement this mechanism?

how can i access the dom element of the table? which is its dom id?


thanks,

Marco
The administrator has disabled public write access.
 
#25574
Re:Initial &Column Filter and avoid empty filter 12 Years, 2 Months ago Karma: 0
almost there:

- i have a page with a search box and with a post i submit a value
- i have then another page with the Ari module, ARI data table that load my csv file.


Now How can i bind the posted value from the first page to the field "Filters" in the CSV parameters?



If i put a fixed value it works but i want to use the values of the search box.


Thanks.
The administrator has disabled public write access.
 
#25575
Re:Initial &Column Filter and avoid empty filter 12 Years, 2 Months ago Karma: 0
ok innavigating the forums i founded a {$Request:nameoftheinput} tag.

So in the filters parameter of the module I made the filter:

Column - Equals - {$Request:nameoftheinput}


but i got this error:

Fatal error: Class 'AriArrayHelper' not found in .../modules/mod_aridatatables/includes/kernel/DataTables/Models/class.DataTablesDataCsvModel.php on line 150



what I have to do to solve it?


Thanks
The administrator has disabled public write access.
 
#25576
Re:Initial &Column Filter and avoid empty filter 12 Years, 2 Months ago Karma: 0
solved adding:

AriKernel::import('Utils.ArrayHelper');


to class.DataTablesDataCsvModel.php



but the results is nothing...


PLEASE IS VERY URGENT!


Thanks
The administrator has disabled public write access.
 
#25592
Re:Initial &Column Filter and avoid empty filter 12 Years, 2 Months ago Karma: 748
Predefined variable should look like:

{$REQUEST:nameoftheinput}

If it doesn't help, send a link to a page where we can see a problem, screenshot(s) of module settings page and a CSV file by email so we can investigate a problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#25606
Re:Initial &Column Filter and avoid empty filter 12 Years, 2 Months ago Karma: 0
I sent you an email just right now.

I cannot get it working yet....


{$REQUEST:searchItem}


but is still not working....


I'm becoming mad....
The administrator has disabled public write access.
 
Go to topPage: 1234