Posts by Otavio • 40 points
6 posts
-
0
votes0
answers78
viewsQ: Many checkboxes locking browser with Materialize CSS
I have a problem which is this:: I’m using Materialize CSS, and Vue Js. I have a table with entries, and in each register has a checkbox next to it to be able to perform some action with this…
-
0
votes1
answer35
viewsA: Web Application (running only on mobile)
That what you want exists, and it’s called PWA! https://developers.google.com/web/progressive-web-apps/ Read more, and start a study on this concept. It is well worth it!…
-
1
votes1
answer732
viewsA: How to make dynamic chart based on database records
Hello, have you heard in C3? It is a js graphics library that is very beautiful and easy to use. http://c3js.org/ Maybe I can help you! Hugs…
-
0
votes1
answer88
viewsQ: Is it possible to separate the value from the JSON item?
Let’s say I have such an object: { "parametros": { "carteira": "RG", "taxaboleto": "0.00", "multa": "0.00", "juros": "0.00" } } Is it possible that I can extract the name of the object item? For…
-
0
votes1
answer250
viewsQ: How to change page footer size with @media print
I am creating a system that would be for financial management, and within that system I thought of generating reports too, but I did not give account of generating the pdf by php, because it was…
-
1
votes1
answer40
viewsQ: Animation bug in Firefox
I created a svg and made a little loading animation, in the style of a simple Download... This animation works perfectly in Chrome, but in Firefox and Edge there are some problems with the…