Posts by JelSnow • 33 points
6 posts
-
0
votes1
answer838
viewsQ: How to make a table where the cells are inputs in React with Material UI
I need to create a table with Material UI that will actually be a matrix, the size of this matrix will be dynamic and precise that the cells in the table are inputs to be completed and inputs will…
-
1
votes1
answer108
viewsQ: Mapping with Inheritancetype.JOINED Does not work
I’m trying to solve a college activity where specifications were passed to map the classes with JPA. I have the following inheritance to map: Employee (parent class), Seller (daughter) and…
-
0
votes1
answer162
viewsQ: Error passing Jasperreports subreport path
Good afternoon guys, I’m having a problem I’m not getting past the subreport path to the main report. I’ll go with the code I’ve made so far, please help me, I don’t know what I’m doing wrong.…
-
0
votes2
answers1768
viewsA: How to Pass Parameters in Jasperreports
Thank you for the explanation, I’ve been researching since I asked the question here and along with your explanation I understood what I was doing wrong. But I still haven’t solved my problem. I’ll…
-
0
votes2
answers1768
viewsQ: How to Pass Parameters in Jasperreports
Hello Guys good afternoon I’m having a doubt that is killing me. I have a project that has to print out a report that contains two lists and two tables. My problem is this, I have no intention of…
-
1
votes1
answer1367
viewsQ: Installation of dependencies on npm start but not finish
I’m taking a course and accompanying a book of Nodejs. In the book I am asked to install the *Express and Babel, already in the course ask to install dependencies of an application that they make…