Posts by Jonatan Lima • 91 points
4 posts
-
0
votes1
answer741
viewsQ: Laravel 5 Pagination without "refresh"?
I have a form where I display a table with data to assist the employee in creating the contract, this table is being paged: ($seguranças = DB::table('Segurança') ->where('disponibilidade', '=',…
-
3
votes1
answer802
viewsQ: Angular + Chartjs
I’m starting to use the Chart.js Library by following the site http://jtblin.github.io/angular-chart.js/#getting_started But I’m having difficulty, when I rotate the html page, nothing happens, all…
-
2
votes1
answer526
viewsA: Node.js Sequelize Error Relationships
Galley, to operate the following change should be made sequelize.sync({ force: true}).then(function() { return Questionario.create({ titulo: 'Estudos Pessoais', situacao: 'Ativo', datai: new…
-
4
votes1
answer526
viewsQ: Node.js Sequelize Error Relationships
In this relationship, A Questionnaire can have MANY Questions, when I run it in return I don’t get the ID of Questionário on the table of Questão, but both are created. Why this occurs? Here’s the…