html - Editable Tables with KnockoutJS with Footable -


A decision has been made with the department used to provide responsive grid layouts within an existing web framework. There was an added idea to make the grid editable and I managed it using Knock OutJs. I am getting an interesting effect while trying to tie the input field in the hidden row of the field.

If I only show a reading of my rudata using the elements, then the beaten script works fine and all the rows show the data when I expand the + + mark, then the row is expanded Does, however, I change the label when the text boxes are empty and also does not respond to dirty flag changes.

Shows any value in the fields shown in the main row and triggers the filthy flag on the edit, however, if I narrow down the browser window they are empty.

In this second line of flowering can tie a plain label element without any problem, can anybody suggest that the binding fails, when this is input? I can not work out if it is a knockout or footage object.

Thank you,

Steve

[ The footage now supports starting with 2.0.3]

The footage does not support input input elements such as these. In our project we had multiple pages, which Editing was required and I have made footage code changes to enable editing. You can try it with the following:

Line

  & lt; tr class = "footable-detail-show" style = "display: table-line; "& Gt; .... & lt; td style =" display: none; "data-dam-name =" dam-1413864326707-4 "& gt; & Lt; / TD & gt; .... & lt; / Tr & gt;   

Description

  & lt; Tr class = "footable-row-detail" & gt; .... and lieutenant; Div class = "footable-row-detail-value" data-bound-value = "dam-1413864326707-4" & gt; & Lt; Input id = "abc" type = "text" value = "200" & gt; & Lt; / Div & gt; ..... & lt; / Tr & gt;   

To work, it expects that after the table all data (not required when data-editable = "true") and any changes made on the input elements are strictly over ID or element selector and not on the basis of TD selector. For example, say changes to #abc are safe, but if you do & lt; td style = "display: none;" Changes in Data Tie-name = "Tie-1413864326707-4" & gt; They are lost.



Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -