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?

Set header width to match Column width
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Set header width to match Column width
#50946
Set header width to match Column width 9 Years, 8 Months ago Karma: 0
I have been searching for a solution to my issue on this forum and on the ARI web site. If this issue has been addressed please send me to the documentation. This seems like a simple issue.

I have a table that has a header, but the header does not re-size with the table data. how can I fix this.

I can supply log on to site if required, or you can self register. I attached a screen print of the issue. code is below.

webbproperties.com/reports/10-user-list-report


{arijflexgrid resizable="true" striped="true" showToggleBtn="true"} {arisqltable width="855px"} {arisqltablecolumns} {arisqltablecolumn id="id" alias="ID" className="idg" width="28px"} {arisqltablecolumn id="name" alias="Full Name" className="idg" width="102px"} {arisqltablecolumn id="username" alias="User Name" className="idg" width="119px"} {arisqltablecolumn id="email" alias="Email Address" className="idg" width="178px"} {arisqltablecolumn id="registerDate" alias="Register Date" className="idg" width="214px"} {arisqltablecolumn id="lastvisitDate" alias="Last Visit Date" className="idg" width="214px"} {/arisqltablecolumns} {arisqltablequery} SELECT id, name, username, email, DATE_FORMAT(registerDate,'%W, %M %e, %Y @ %h:%i %p') registerDate, DATE_FORMAT(lastvisitDate,'%W, %M %e, %Y @ %h:%i %p') lastvisitDate FROM web1_users ORDER BY id {/arisqltablequery} {/arisqltable} {/arijflexgrid}
wormlelo
just another IT guy
User Offline Click here to see the profile of this user
ICQ#: 10228402 Gender: Male Wormley Design Location: Albany, GA Birthday: 04/16
The administrator has disabled public write access.
It is what you learn after you think that you know it all that matters.
~John Wooden
 
#50952
Re:Set header width to match Column width 9 Years, 8 Months ago Karma: 747
Hello,

We have registered on your site, but can't open the page. The following error occurs:

"You are not authorised to view this resource"

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50965
Re:Set header width to match Column width 9 Years, 8 Months ago Karma: 0
Try now. Changed permissions.
wormlelo
just another IT guy
User Offline Click here to see the profile of this user
ICQ#: 10228402 Gender: Male Wormley Design Location: Albany, GA Birthday: 04/16
The administrator has disabled public write access.
It is what you learn after you think that you know it all that matters.
~John Wooden
 
#50966
Re:Set header width to match Column width 9 Years, 8 Months ago Karma: 747
Check your mail.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50998
Re:Set header width to match Column width 9 Years, 8 Months ago Karma: 0
Here is my code that works. hope this helps others.

{arijflexgrid resizable="true" striped="true" showToggleBtn="true"}
{arisqltable width="auto"}
{arisqltablecolumns}
{arisqltablecolumn id="id" alias="ID" className="idg"}
{arisqltablecolumn id="name" alias="Full Name" className="idg"}
{arisqltablecolumn id="username" alias="User Name" className="idg"}
{arisqltablecolumn id="email" alias="Email Address" className="idg"}
{arisqltablecolumn id="registerDate" alias="Register Date" className="idg"}
{arisqltablecolumn id="lastvisitDate" alias="Last Visit Date" className="idg"}
{/arisqltablecolumns}
{arisqltablequery} SELECT id, name, username, email, DATE_FORMAT(registerDate,'%a %b %d, %Y') registerDate, DATE_FORMAT(lastvisitDate,'%a %b %d, %Y') lastvisitDate FROM web1_users ORDER BY id {/arisqltablequery}
{/arisqltable}
{/arijflexgrid}

ARI-SOFT sent me an update for Flex-Grid told me to do the following.
Under ARI-SOFT plugins I changed:
JQuery of ARI JQuery Loader set to no.
Width of ARI JFlexGrid is auto
wormlelo
just another IT guy
User Offline Click here to see the profile of this user
ICQ#: 10228402 Gender: Male Wormley Design Location: Albany, GA Birthday: 04/16
The administrator has disabled public write access.
It is what you learn after you think that you know it all that matters.
~John Wooden
 
Go to topPage: 1