Hello
Everyday Im loading to mysql DB almost 2000 row.
I would like to load to jqGrid table only rows from specific date(mostly current date).
I made php code that loading only data from one day, but I would like have also possibility to have load data from different date.
My idea was to send parameter ‘today’ via url, and this is working, but now how to have change this?
|
1 2 3 4 |
jQuery("#page").jqGrid({ url: "test.php?today=2015-01-05", datatype: "json", mtype: "GET", |
Can anyone help?
Would be possible do this via ‘Custom Button’?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top