I would like to create a custom page with all the row attributes arranged in groups, I've tried to use the "tablet" mode but it has all fields in one column, I want to know if
1. it is possible to add another column to this feature, so the column will not look so long
2. it is possible to create a virtual column with link to a different page, with the row id as parameter, where I will create a custom form, that will accept the row id as parameter and will allow me to create custom form as I require.
Sorry but I did not quite understand what are you trying to achieve.
Can you please explain me more and send me some example/screenshot so I can give you my suggestion.
I have a customer table for example that holds many attributes per user, in the tablw I created with wpDataTables I want to show name and email, but if the user want to see the entire customer info, he could click another column in the row that will send him to another page where he will see the entire customer card, this page will be created externally to.the plugin.
The only thing I want the plugin to allow, is have a virtual column, like the calculated one, the will allow me the create href link to another page using the attributes from the row.
Like http://siteurl/customerinfo?customerid={id}
Where {id} will be replaced by the column value
Then in wordpress I will take the parameter and do.with it whatever I want.
What you can do is to make one more column and add link with id manually. There is no option with built in features of plugin that you can insert virtual column(like formula) with links which will take column value automatically.
I've added a virtual column to the select, creating the href I needed and it works, I will still have to check further to make sure It all works as planed.
The idea is to show several columns in the table and let the user open a popup with the relevant row information.
I use the "WP Post Popup" as it is the simplest and most appropriate for my needs (it can send the id of the row as parameter to the popup), but I encounter a strange behavior using it in the table.
For some reason it open the popup as required but also another delete popup that will never go away.
Is there any way you could help me figure out what is causing this popup and help me disable it?!
You can try to overwrite this css(attachment 1) in Custom CSS field in plugin settings, and if you can't that you probably have to change it in file wpdatatables-bootstrap.css around line 6519 and set css rule to display:none; and it will be remove.(attachment 2)
Hi,
I would like to create a custom page with all the row attributes arranged in groups, I've tried to use the "tablet" mode but it has all fields in one column, I want to know if
1. it is possible to add another column to this feature, so the column will not look so long
2. it is possible to create a virtual column with link to a different page, with the row id as parameter, where I will create a custom form, that will accept the row id as parameter and will allow me to create custom form as I require.
Thanks
HI zivleibovich,
Thank you for your purchase.
Sorry but I did not quite understand what are you trying to achieve. Can you please explain me more and send me some example/screenshot so I can give you my suggestion.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
I think my ticket is asking pretty much the same thing.
I have a customer table for example that holds many attributes per user, in the tablw I created with wpDataTables I want to show name and email, but if the user want to see the entire customer info, he could click another column in the row that will send him to another page where he will see the entire customer card, this page will be created externally to.the plugin.
The only thing I want the plugin to allow, is have a virtual column, like the calculated one, the will allow me the create href link to another page using the attributes from the row.
Like http://siteurl/customerinfo?customerid={id}
Where {id} will be replaced by the column value
Then in wordpress I will take the parameter and do.with it whatever I want.
Thanks
HI zivleibovich,
What you can do is to make one more column and add link with id manually. There is no option with built in features of plugin that you can insert virtual column(like formula) with links which will take column value automatically.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
I've added a virtual column to the select, creating the href I needed and it works, I will still have to check further to make sure It all works as planed.
HI zivleibovich,
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
I am glad that is working fine.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
I tried to change the link into a popup.
The idea is to show several columns in the table and let the user open a popup with the relevant row information.
I use the "WP Post Popup" as it is the simplest and most appropriate for my needs (it can send the id of the row as parameter to the popup), but I encounter a strange behavior using it in the table.
For some reason it open the popup as required but also another delete popup that will never go away.
Is there any way you could help me figure out what is causing this popup and help me disable it?!
Thanks
The site with the example is
http://www.malmial.co.il/Servers/
and the column is Info as you could see
Hi zivleibovich,
You can try to overwrite this css(attachment 1) in Custom CSS field in plugin settings, and if you can't that you probably have to change it in file wpdatatables-bootstrap.css around line 6519 and set css rule to display:none; and it will be remove.(attachment 2)
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables