bootstrap-table.mvc icon indicating copy to clipboard operation
bootstrap-table.mvc copied to clipboard

hello ,This can edit it

Open lixiaoyuan opened this issue 8 years ago • 0 comments

Will it extend this support editing? Like this: data-editable="true"

<table id="table" data-toggle="table" data-pagination="true" data-show-export="true" data-url="../json/data1.json"> <thead> <tr> <th data-field="id">ID</th> <th data-field="name" data-editable="true">Item Name</th> <th data-field="price" data-editable="true">Item Price</th> </tr> </thead> </table> @( Html.BootstrapTable("bs-table", Url.Action("GetPeopleData")) .Column("Check").Apply(ColumnOption.checkbox) .Columns("Id", "FirstName", "LastName", "Email") .Column("BirthDate").ApplyToColumn("data-editable",true)
) Column("BirthDate").ApplyToColumn("data-editable",true)
This does not work

Thank you

lixiaoyuan avatar Jun 14 '16 02:06 lixiaoyuan