jQWidgets Forums
Forum Replies Created
-
Author
-
That’s right, but on the demo I saw that the data in the nested grid is grouped relative to the main record. In the database, these two tables have a relation by ID relation, i.e. this nested grid in the database has several same IDs which means that it belongs to the main record of another table. Generally, one table is the main table and the other is only additional parameters for a given record of the first table. Is there an option to group this relative to the main records in the table?
This code show Nested Grid: https://pastebin.com/RERfaTVj
But Nested Grid show all data of this database table. How I can to group data in Nested Grid? I want display in Nested Grid specific record from database.
These two bases are connected with relation. Can you help me?December 21, 2018 at 12:02 pm in reply to: Link Image / Icon Glyphicon instead button Link Image / Icon Glyphicon instead button #103275Sorry, I have oldest version JQwidgets. After update it’s work. But autorowheight causes expanding the row… And Edit didn’t work because show this: “Cannot read property ‘name’ of undefined. Other property too.
I do not ask how to create a link just how to get to this link line id … You have your methods like getId etc.
December 19, 2018 at 9:25 am in reply to: Link Image / Icon Glyphicon instead button Link Image / Icon Glyphicon instead button #103253I copy your icon where is link to icon. Look my code: https://pastebin.com/6MXG5eSV
December 18, 2018 at 9:43 am in reply to: Link Image / Icon Glyphicon instead button Link Image / Icon Glyphicon instead button #103243Still the same. Look at the photo and the column “Action” : https://zapodaj.net/37785498760e1.png.html
It does not display anything. Is there to be some additional library for createwidget?I understand everything, but this particular url must have in me the ID of this row to be able to edit the correct row.
December 17, 2018 at 2:13 pm in reply to: Link Image / Icon Glyphicon instead button Link Image / Icon Glyphicon instead button #103235I implemented in my code, but I see blank cell. This is my code: https://pastebin.com/6MXG5eSV
Please HelpSo, How I can create edit site with ID row? I created <a/> but i dont know what the href put?
December 14, 2018 at 11:00 am in reply to: Link Image / Icon Glyphicon instead button Link Image / Icon Glyphicon instead button #103207It’s fine but when i click “icon plus” not open a popup editing: https://pastebin.com/n8Lftbnc
And How i can add action delete row to “delete icon”?Yes another browser tab
Already done. But Can I do this:
“I want after click edit button open a new tab with a form. Currently I open a modal popup, but I need a open a new site to edit this row”How do this? Can you help?
This is current pastebin where it is a controller in JAVA: https://pastebin.com/R1aaz52R
In JSP where is a GRID I have this: https://pastebin.com/d0puLPWs
When I edit row and I want save, I see this error: org.springframework.web.servlet.PageNotFound.handleHttpRequestMethodNotSupported Request method ‘POST’ not supported. I need update databaseHow I can resolve this?
December 11, 2018 at 10:04 am in reply to: Dropdown List in Popup Edit Dropdown List in Popup Edit #103154It works, but there are moments when it does not read any value and only after the re-opening of “EDIT” an element is shown.
December 11, 2018 at 7:37 am in reply to: Dropdown List in Popup Edit Dropdown List in Popup Edit #103144Everything is great, only that I have 10 options in the dropdown, but the records in the table are around 200+. This option is good, it would only be good if it would not return an index, it would only add value. And then I would give dataRecord.name_of_column and it will work. From what I see, selectedIndex accepts only number … Is there something that accepts value?
-
AuthorPosts