jQWidgets Forums
Forum Replies Created
-
Author
-
Thanks for all the help.
Glad I tested before purchasing anything.I’ve looked at the database and additional info:
emp_id is number(6). – This value displays correctly when exported or printed.
key_cut and key_id are varchar(7), and are being converted to 00,000.00
All 3 display fin in the grid, just being vonverted when exported or printed.Hi, yes I am using 4.1.2, downloaded last week.
Does it have something to do with the way the data is being displayed in the grid on load?Should I be defining some kind of datatype when setting up the columns below?
columns: [ {text: 'Key ID', datafield: 'key_id', width: 80}, {text: 'Emp ID', datafield: 'emp_id', width: 60}, {text: 'Full Name', datafield: 'fullname', width: 150}, {text: 'Key Cut', datafield: 'key_cut', width: 80}, {text: 'Key Date', datafield: 'key_date', cellsformat: 'MM/dd/yyyy', width: 100}, {text: 'Key Status', datafield: 'key_status', width: 80}, {text: 'Last Updated', datafield: 'last_updated', width: 110}, {text: 'Last Updated By', datafield: 'last_updated_by', width: 130} ]
May 6, 2016 at 4:00 pm in reply to: Uncaught Invalid property: exportdata Uncaught Invalid property: exportdata #84166Thanks Peter. I was missing the include on one sub tab page, not sure why it was needed there, but that resolved.
Two items more if that’s ok.When printing it is changing my large numbers(ID numbers) to include decimal places and commas, how can I stop this? They display fine in the grid.
Also when I attempt to print the unfiltered table( maybe 50k records), chrome crashes and IE freezes. Is there a load size limit?Thanks a lot for the help.
Bryan Lighton -
AuthorPosts