Hi, everyone. I know there's been threads like this in the past, but I've tried everything and I'm at my wit's end. I've been through past threads and the wiki looking for the answer but nothing seems to be working for me.
I'm using the 3.8 beta available on the homepage, everything seems to work ok, but no data gets inserted into the table upon retrieiving it via JSON.
Here's what I've got so far:
HTML
JS
First, I declare colNames and colModel arrays because I need to add or remove a column based on which user is logged in. This is in a
var colNames = ['Inv#', 'Inv Date', 'Paid Date', 'Transco', 'Broker', 'TrCo Inv#', 'Load #', 'Amount', 'Curr', 'Days', 'Reserve'];
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top