Message Boards

is that passable to add editable row in liferay-ui:search-container?

Scarletake Bwi, modified 3 Years ago.

is that passable to add editable row in liferay-ui:search-container?

Expert Posts: 326 Join Date: 12/20/10 Recent Posts

hi

i use liferay 6.2

The situation I am encountering now is
The user obtains the results after query, and then according to these results, make some changes or not, and then submit.

In the past, I would use html and javascript to make the table an insertRow
Can it be done with liferay-ui:search-container? Because the new row will let the user fill in the quantity.

My current practice is to use the from. The part of adding the row is actually returning to the server side, and then sending all the data back to the client side (the screen can be redrawn)

so distress