Posts by Fernando Coelho • 101 points
7 posts
-
2
votes1
answer110
viewsA: How is the $Columns table structure that is referenced by the Ajax script organized when using the Datatables plugin on the server side?
Honestly I didn’t understand your question straight ... so I’ll show you how I do when I work with Datatables in server-side mode and it will bring you a light! In the js part of the . Datatable…
-
0
votes3
answers730
viewsA: Datatables export to Excel and format a text column as currency (accounting)
I know the post is old but as I have not seen any answer that I consider correct, here I leave my vision. From what I understand you want to take the format of "8.50" and go to "R$8,50", and then…
jqueryanswered Fernando Coelho 101 -
0
votes1
answer137
viewsQ: Laravel with fully separate code
I’ve been programming with PHP for some time now, and I’ve always done my projects at hand (without using framework like Laravel, zend, etc.), making a structure very similar to mvc. However I want…
-
1
votes3
answers9219
viewsA: json_encode returning "Malformed UTF-8 characters, possibly incorrectly encoded"
I know it is an old topic but I saw in other places many people still with this problem, as I found my solution here I will leave here my solution, as I identified the field that was giving me…
-
1
votes1
answer104
viewsA: Implementing CHECKBOX in Datatables
From what I understood your doubt this implementation, besides having a good explanation in the documentation LINK However there is a good article very simple and direct showing more clearly how to…
javascriptanswered Fernando Coelho 101 -
1
votes2
answers160
viewsA: Stored Procedures in Mysql runs but cannot access to view or edit
After almost 2 hours with technical support from hostgator I was informed that it was not possible to give access permission to my cPanel user for some technical reason from them, that this was a…
-
0
votes2
answers160
viewsQ: Stored Procedures in Mysql runs but cannot access to view or edit
When I had an account on a shared server at Hostgator(those very basic plans) I created some Stored Procedures in Mysql via my Navicat, months later I had to format my machine and migrated my plan…