-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels