General
-
"enable_persist_state" not remember "Records per page" in localStorage
"enablepersiststate" not remember "Records per page" in localStorage.
When the user changes the number of records displayed on the phpGrid page, phpGrid does not remember this value in localStorage.
E.g:
25 records are displayed per page. In total, we have 26 records (2 pages). We stand on the last record and change the value of "Records per page" to 10 (we have 3 pages and we stand on the 3rd page). We load another page of our application, and then return to the page with 26 records. phpGrid will not load data because the last page saved in…1 vote -
Advanced Search Date Comparison
Is it possible to perform an advanced search Date Comparison including hours:minutes:seconds? I can't search a date/time field (yyyy-mm-dd hh:ii:ss) through datePick
1 vote -
Cancel this PoS
This product sucks,I won't post my thoughts to our support/media blogs,but just FYI... shut it down.
1 vote -
Work to improve your installation script and instructions
I place a request for Tech Support this morning and have not yet heard from anyone. IN the mean time I have successfully installed the product from phpgrid.org and also another utility PDOCRUD both are working without issue in my environment. Unless I can evaluate your product in the next day or two, I will have no choice but to cancel my order and have my credit card payment stopped.
1 vote -
Column type email XSS vulnerable
Starting version 7.2.6 XSS fix does not cover column type email. This type just gets formated. There is a walk around in BEFORESUBMIT but we would like to see this treated in future releases.
1 vote -
Working with Complex Query
Working with Complex Query but search function not working..
5 votes -
CSRF protect phpGrid
We believe phpGrid needs to have CSRF protection. For the time being we are setting token in cls_datagrid.php and controlling it through edit.php and data.php. Would like to see this in future releases.
4 votes -
phpGrid Export - Excel Upgrade
Hello,
I as wondering if you could upgrade the exporting of excel from .xls to the new excel format .xlsx for better support.
8 votes -
New free-jqGrid and Jquery
Hello developers of phpgrid,
I've noticed the current version of free-jqgrid in phpgrid is 4.13.6. The newest version on github however is 4.15.3. Are there ideas to upgrade to that function?
Also the current jquery is 2.1.4, while the newest is 3.3.1, are there ideas to upgrade this too?
Thanks,
Sander
9 votes -
New free-jqGrid and Jquery
Hello developers of phpgrid,
I've noticed the current version of free-jqgrid in phpgrid is 4.13.6. The newest version on github however is 4.15.3. Are there ideas to upgrade to that function?
Also the current jquery is 2.1.4, while the newest is 3.3.1, are there ideas to upgrade this too?
Thanks,
Sander
9 votes -
1 vote
-
save position of columns
we would need a method to save the column position to database after users moved them using drag&drop. At least a method to keep this persistent would help.
1 vote -
It would be good to allow a boolean choice of yes/no or true/false as opposed to a checkbox
that only allows 1:0 when dealing with MySQL tinyint boolean values. This would make presentation more correct for users and searches.
1 vote -
In form only mode - redirect_after_cancel
In form only mode - redirectaftercancel - currently we can redirect after submit - but on cancel we are left with a blnak page
4 votes -
Page-Reload-Persistent Search
It would be nice if there would be an option to make search/sort reload persistent ...
We got several Systems where the Users switch between different Lists / Pages ... and they have to execute the same searches again & again & again when going back and forth...So it would be really cool if the Search could be Page Reload Persistent ... ;-)
thx
Andreas Schnederle-Wagner40 votes -
Test ideas
Another idea?
1 vote -
Detail your export documentation
On your documentation to enable export ($dg->enable_export('PDF');) you show a live example where the user can pick the format he wants to export the grid in but you don't give the code for that.
(http://phpgrid.com/example/export-datagrid-to-excel-or-html/)I managed to recreate the code and made my own script:
Export:
<select id="export" onchange="exportfn()">
<option value="">Pick your format</option>
<option value="CSV">Excel</option>
<option value="PDF">PDF</option>
<option value="HTML">Webpage</option>
</select><script>
function exportfn() {var x = document.getElementById("export").value;
window.location.href = './export.php?gn=Clears&export_type=' + x;}
</script>But it would be nicer to have it on the footer like you had it on the live example.
Could you add…
4 votes -
Update notices: The site referenced to subscribe to hasn't been updated itself since 2014. How do we get updates when released?
How to get updates
1 vote -
Support for heredocs for subgrids
Heredocs are great. It would be VERY nice if subgrids would be able to use them....
1 vote -
sum, count avg a column for detail/subgrids
Enable at least details grids to be able to have a footer row that allows sum, count avg a column as in the example given for master grids. Be nice for subgrids too.
1 vote
- Don't see your idea?