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?

Issue with ARI Data Table
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Issue with ARI Data Table
#47434
Issue with ARI Data Table 10 Years, 5 Months ago Karma: 0
Hi,

I think I have stumbled upon an error or issue with ARI Data Tables. Let me try and explain what I am finding. I have implemented a website sim-x.net using the guidance provided under your "Table detailed view" and "Link to another ari data table?" threads.

When I set the column settings I am finding that the table is shifting to the left where the data is falling under the wrong heading. To see this please go to my site and you must login. Just create an account and login to reveal the SimSearch > Simple Search option, which is only available to registered users.

Run a Simple Search and enter Toronto for the City and GE for the Engine Maker. This is only to limit the data that will return. Notice how the data is shifted left and the far right heading has no data? The data under the uSimID heading is missing and all the remaining data is shifted to the left under the wrong headings.

I am really confused as to why this is happening. Let me know if you need access to my Joomla admin.

Ken
The administrator has disabled public write access.
 
#47435
Re:Issue with ARI Data Table 10 Years, 5 Months ago Karma: 748
Hello,

It seems you use an incorrect HTML code in "Columns settings -> Format" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#47436
Re:Issue with ARI Data Table 10 Years, 5 Months ago Karma: 0
Not sure what could be wrong. The link it places is correct and works as designed, it just happens to be using the wrong data when I placed the code in the format of the second column for uSimID. Here is what is in the format,

<a href="index.php?option=com_content&view=article&id=112&SimID={$columns:SimID}&uSimID={$value}</a>

Any suggestions?

SimID is the first column and uSimID is the 2nd column. SimType is the 3rd column and contains data like FFS, FTD, etc.

Ken
The administrator has disabled public write access.
 
#47437
Re:Issue with ARI Data Table 10 Years, 5 Months ago Karma: 0
Sorry, you were right. My syntax in the format was bad. I fixed and now it works just fine.

Ken
The administrator has disabled public write access.
 
#47438
Re:Issue with ARI Data Table 10 Years, 5 Months ago Karma: 0
For other users, here is the correct statement,

<a href="index.php?option=com_content&view=article&id=112&SimID={$columns:SimID}&uSimID={$value}">{$value}</a>
The administrator has disabled public write access.
 
#47439
Re:Issue with ARI Data Table 10 Years, 5 Months ago Karma: 748
The value is incorrect. Use the following one:

Code:


<a href="index.php?option=com_content&view=article&id=112&SimID={$columns:SimID}&uSimID={$value}">{$value}</a>



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