There have permission problem for administrator. When filter data or export csv page blocked. Writes you cannot access do this.
]]>Hi. Thanks for this wonderful plugin. I made a small donation sometime ago after finding it useful for a particular task.
I’m in that situation again, and wanted to ‘crudiate’ the wp_gs_tickets table from the Guest Support plugin. All works as expected except that the ‘subject’ column is not showing up in the crudiator view of the table.
Is it because not all rows have content? Some rows are for the ‘ticket’ message type, while thre rest is for the ‘reply’ message type. The latter does not have a ‘subject’ value to it.
Thanks for your help and ongoing development + support for this plugin.
]]>Hi Takafu,
thanks for the great plugin. We need to re-generate some cache, if a record is updated. We followed your documentation at https://crudiator.com/document/ and there we found
add_filter("crudiator_before_update_{$slug_name}", function
This hook does not seem to fire and we don’t find any apply_filter() directive in your source code to fire it ?? Is it missing right now?
Or do we miss something?
Thanks
Elmar
]]>Hi, Thanks a lot for your awesome plugin. Surely it helped me a lot. I tried to find in codes but could not find. Is it possible to add some filter to modify the output of the columns.
For exactly one of my list column is showing photo_url , I want to wrap it with <img/> tag
Also is it possible to modify the view link with some filter ?
Thanks again.