linkinall
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add new Table in PHPPerfect, exactly what I’m doing right now..
Thanks so much for this AMAZING PLUGIN !! 🙂
Best wishes!
NoanForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add new Table in PHPHi Tobias!
Is ok, I manually create the tables since I have two static tables which reads the csv files automatically.
About the selected option, user can click on the ¨Ticker¨name, and a popup containing some details will appear; I’ll like to have that row which was clicked, highlighted but only that one… so the user knows which row he/she clicked… it’s like a master detail table, when the master row is clicked, a dropdown container appears and the row stays highlighted in a different color.
I hope you get the idea.
Have a nice day!!
- This reply was modified 9 years, 2 months ago by linkinall.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add new Table in PHPSorry, I’m new in PHP. I used the render hook since I need to manually change the first column name and add it a hyperlink to open a popup containing detail table.
Adding a CSS to the selected row will help me to let the user know which row he/she selected…
you can take a look at my temp site here : http://www.bi.com.ni/digitech/bolsa/
Thanks for everything 🙂
- This reply was modified 9 years, 2 months ago by linkinall.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add new Table in PHPThank you so much for fast response…
I was trying to create dynamical tables on the run, using the add method in model_table function. I was able to create them, but I got some Internal data corrupted error, so I decide not to create new tables, but instead create them using simple HTML and datatables CSS for style.
Now I’m trying to change the background color of the selected row, do you have any idea how to do that?
Thanks again for this AWESOME plugin!
Have a nice day! 🙂