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?

data tables call parameters
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: data tables call parameters
#66787
data tables call parameters 3 Years, 8 Months ago Karma: 0
I am looking to control the contents of a data table built from csv through the ARI data table call, e.g.

currently the call is
{aridatatables moduleId="301"}

but I am looking for something like
{aridatatables moduleId="301" offset="55"}
or
{aridatatables moduleId="301" filter="column3=abc"}

Reason: I need views of many different sections of the source table.

Is there any way to achieve this without creating a new data table module for each view?
The administrator has disabled public write access.
 
#66802
Re:data tables call parameters 3 Years, 8 Months ago Karma: 747
Hello,

The plugin doesn't support this ability, but Modules Anywhere plugin support overriding module parameters.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#66810
Re:data tables call parameters 3 Years, 8 Months ago Karma: 0
Nice to know, but how can Modules Anywhere help me in this context?
The administrator has disabled public write access.
 
#66821
Re:data tables call parameters 3 Years, 8 Months ago Karma: 747
The plugin helps to override/define any parameter which can be configured via UI interface in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#66823
Re:data tables call parameters 3 Years, 8 Months ago Karma: 0
Got it and purchased Module Anywhere today.

But I'm not yet full there:
My ARI Data Table module has the ID 302.
If I put

Code:

{module 302}


the module shows as expected.
Now I want to modify the csv offset.
The edit page html code looks like this:

Code:

<input type="text" name="jform[extra_params][source_csv_offset]" id="jform_extra_params_source_csv_offset"  value="30" class="input-mini" size="5"             />


It does not contain a field [params] but only [extra_params]. Thus if I now put

Code:

{module 302 source_csv_offset="30"}


The module does not show at all.
What can I do?
The administrator has disabled public write access.
 
#66827
Re:data tables call parameters 3 Years, 8 Months ago Karma: 747
Could you share a link to a page where the module is used and a temporary access to your J! backend by email so we can investigate the problem?

Regards,
ARI Soft
Last Edit: 2020/08/23 18:33 By admin.
The administrator has disabled public write access.
 
Go to topPage: 12