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}