I see it asked about in other questions, but no answers, how to install this plugin? It doesn’t work and won’t install, take it down or fix please.
]]>Can someone please tell me how to uninstall this plugin?
The ‘Delete’ functionality does not appear to work.
]]>Hello, when i use the shorcode to a page i receive this error.
No rights to open this table.
and i have the bellow configuration
allowed tables (comma separated):
wpf_jqgrid_sample,wp_activity,wp_finance,wp_partenaire,wp_grant,wp_intervenant,wp_intervention
I can not uninstall. PHP using 7
Thanks
Hi,
It’s works!
But you can correct the quote characters in Installation 6. Use a shortcode like [wpf-jqgrid table=’wpf_jqgrid_sample’ idtable=1 caption=’name to display’ editable=true] in any page or post to display a CRUD for the table!
The quote “’” is not parsed as a string delimiter but as a valid character of a string!
Love the plugin but the color of the grid does’t work well with my light blue page. Can you tell me what file and what line to change the color or can I change it from theWP dashboard?
Thanks,
Paul
can it handle foreign key to display value of child table?
]]>Hello,
I didn’t find the possibility to limit the list of table’s fields in the shortcode phrase. Please, advise if it’s available.
Also it’s worth to have my own ‘Where’ clause for SQL to be passed through shortcode. What is the best way to do that? In what source files and functions these parameters should be added (let’s call them ‘sqfields’ and ‘sqwhere’)?
Regards
]]>hello faina09
can i import excel file to jqGrid? so i don’t have to create table using “create sql table” thanks!
Where do I find the ColModel and how do I change the srcformat for dates?
My form is defaulting to ‘Y-m-d H:i:s’
I need to use ‘m/d/Y’
formatoptions:{srcformat:’Y-m-d H:i:s’,newformat:’m/d/Y’}
is not working properly.
Can anyone help me with this?
]]>can anyone explain custom fields formatting all options usage?
]]>how can i fix “parsererror Status: ‘OK’. Error code: 200” error, its happening when i edit a row.
i am using custom fields formatting :
mac::TARIH::editable:false|
]]>In the custom fields formatting area how do you change the input type?
I would like to have a select box
editoptions: { value: “FE:FedEx; IN:InTime; TN:TNT” }
I download jquery Redmond theme, zip archived , extract files in a extraction folder, no matter which one.I want to upload these files.
I have no theme directory in plug-in’s folders.
What’s next ?
When adding a new record is there a way to set some options to records like dropdown, check box or calendar?
Could you walk me threw implementing a record type option so I know how to do it?
Thanks love the plugin
]]>How can i disable an input field in edit AND add?
i dont want to anyone can edit and add this field.
thanks in advance
my WP version : 4.3.1
https://www.ads-software.com/plugins/wp-fjqgrid/
I’d like to use shortcode inside table. On the grid I see just shortcode.
Any idea ?
When I uninstall, I always go to blank page. And no error in apache error.log.
The page url is
xxx.com/wp-admin/plugins.php?action=delete-selected&checked%5B0%5D=wp-fjqgrid%2Findex.php&plugin_status=all&paged=1&s&_wpnonce=906f875e04
How do I get rid of the comma separator in a numerical field? The field is a user membership number and should not have the commas added.
]]>can’t delete selected row
get error :
parsererror Status: ‘OK’. Error code: 200
Delete selected record(s)?
I’ve installed the plugin and the sample table appears perfectly on the page. I tried to create a new table, but it’s giving errors. Do you have to add the information somewhere else besides the configuration page? I added wpf_jqgrid_sample, wpf_jqgrid_opentrades to the allowed tables field.
Then in the table formatting section, I replaced the sample code with the following and clicked execute table before saving
TABLENAME::wpf_jqgrid_opentrades|
TABLEKEY::ID|
ID::int(12) NOT NULL AUTO_INCREMENT|
Called by::varchar(100) DEFAULT NULL|
Entry Price::decimal(10,2) DEFAULT NULL|
Target Price::decimal(10,2) DEFAULT NULL|
Am I missing something?
]]>This issue has been discussed before, but the fix published for Michael Walker 5 months ago did not work for me.
I have configured the plugin as specified in the installation instructions, and on page load the table header is loaded correctly (with the right column headers), but there is no data populating the table. The plugin is finding the table data in wpf-jqgdata.php, but does not display it.
Thank you for the start of a really useful plugin!
]]>Hi I’m trying to use the original jqGrid from trirand.com but have a formatting issue where the id column is never populated with data. Data starts populating on the next column for some reason. Any ideas what might be causing the problem? Please see my wordpress support post.
https://www.ads-software.com/support/topic/jqgrid-formatting-issue-within-wordpress
Thanks!
When I’m trying to insert string. There’s an error
parsererror Status: ‘OK’. Error code: 200.
and I can’t delete row.
parsererror Status: ‘OK’. Error code: 200
]]>Your plugin looks interesting and clean, can we edit the data from the frontend?
]]>Hello,
I am trying to setup your plugin to work with my MySQL server. We have the tables all created with records, and I’ve also set up a new table based off your sample in the installation.
I try to paste the shortcode in, then when I view the page I receive this error instead of seeing the plugin table.
Connect failed: Unknown MySQL server host ‘localhost:/var/run/mysqld/mysqld.sock’ (2).
Any advice?
]]>Hello
I am very interested in your plugin. It looks very promising and could easily be the best on WP since it makes the jqGrid accessible to novices like me!
Could you please advise me how to do the following:
– allow any ‘registered user’ or optionally ‘visitor’ to the wp site to edit a specific field in the table.
– change the colours of the header/box etc…
– disable ‘delete’ for any rows in the table
]]>Hello there,
Would there be an easy way of setting up a form to add data to the table, so for instance, someone could enter data on a mobile device who doesn’t need access to the datagrid view, through a form, and it would update the grid?
Thanks
Paul
]]>Thanks for the plug-in – just what I was looking for. I tried the phpGrid plug-in but the lack of documentation or support was a bit disappointing. I’m having the same problem as a previous poster, in that I’ve installed the plug-in, set it up according to the instructions and am using the pre-supplied shortcode/table as a test. I can see the grid displayed, with field headings shown. I noticed that although the table exists in my db, it has no records. So, I added my wp_users table to the allowed list – this has over 500 records – and adjusted the shortcode accordingly. However, I still see no data in the grid. The field names are showing up, so the plug-in is clearly accessing the database. The only thing I noticed – and this probably isn’t relevant – is that the table you provide is ‘wpf – xxx@ whereas the plug-in is actually called ‘wp_f xxxx’ – notice the difference where the hyphen is. I can’t see why that would matter, but thought I’d mention it. I also tried adding a row, but with no success. (i.e. clicked the ‘add row’ button – nothing happened)
Again, thanks for what looks like the start of a really great plug-in.
]]>Hello,
Thank you for what looks like a very useful plugin.
I have performed the install on ‘localhost’, the install appeared to go ok. A test database was created and verified.
The shortcode was placed on a test page, however the grid displays fine, but no data appears.
Do you have any suggestion on what to look for.
Thank you,
Ruben Kafenbaum
]]>