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?

arijdatatable Scrollable?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: arijdatatable Scrollable?
#1358
arijdatatable Scrollable? 15 Years, 1 Month ago Karma: 0
Hi Team,

I'm using aricsvtable to pull a large amount of data in to a html table, works a treat. The problem i have now is that the table generated is actually very wide, and wont fit on the page...

Wrapping the table with arijdatatable seems to do everything i need, apart from scrolling! I'm looking for horizontal scrolling specifically, pagination can take care of a large amount of vertical data.

Do you know of any way that i can do this at all?

Many thanks,

Matt
The administrator has disabled public write access.
 
#1359
Re:arijdatatable Scrollable? 15 Years, 1 Month ago Karma: 747
Hello,

ARI JDataTable plugin don't have scrolling possibility, but you can say where we can see your issue and we can help you.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1362
Re:arijdatatable Scrollable? 15 Years, 1 Month ago Karma: 0
Hi,

Thanks for your response.

The page we are using it on is here -> shorl.com/vastodrejymaka

The content actually has many more columns that don't fit on to the page.

Any ideas?
The administrator has disabled public write access.
 
#1363
Re:arijdatatable Scrollable? 15 Years, 1 Month ago Karma: 747
You can wrap data table with <div> tag:

<div style="position: relative;overflow-x:scroll;">
{arijdatatable}
...
{/arijdatatable}
</div>

Regards,
ARI Soft
The administrator has disabled public write access.
 
#31318
Re:arijdatatable Scrollable? 11 Years, 7 Months ago Karma: 0
admin wrote:
You can wrap data table with <div> tag:

<div style="position: relative;overflow-x:scroll;">
{arijdatatable}
...
{/arijdatatable}
</div>

Regards,
ARI Soft


I know that this is a very old post, sorry for that.
your suggestion to add a CSS scroll was wonderful!

have some news to solve below problem?
logbook.hangus.com.br/outro/aeroportos.html

thanks in advance!
The administrator has disabled public write access.
____________________
Valter Junior
Hangus Design
 
#31367
Re:arijdatatable Scrollable? 11 Years, 7 Months ago Karma: 747
Hello,

The page is not available.

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