First of all, I really love phpgrid, thanks for making it!
I have various tables with text fields. When displaying those, you kind of lose the overview since there is really a lot of text in it. I'm looking for some way of having a detail-view for a single item when I click it. In that detail-view I would expect all fields below each other. The field titles on the left, the values on the right.
Is such a feature already embedded? Do you have any tips on how to incorporate it?
Tnx!
Hello,
Yes, it is supported but in licensed version.
http://www.phpgrid.org/demo/demos/editing/column-access.php
Click on 3rd button 'View' on toolbar.
You can also have a plus sign with each row, where you can have your custom php page to show data like you want, passing page the row id.
Thanks, that's clear.
I'm wondering, when will the new release be published? That's relevant, since the developer version does not include updates.