Can someone help me to make editable cell "visible", so it could be clear it can be edited? Right now it looks like a simple text and nothing visually suggests, that it can be edited...I´d like to make it look like a standard text field.
标签:
datatables
相关问题
- jQuery DataTable - Search a column of dropdowns
- Uncaught TypeError: undefined is not a function fo
- Avoid Rendering “No Data Available in the table” i
- datatables initialize table after button click (aj
- Jquery datatable Sort not working for Date Column?
相关文章
- DataTable : How to hide table header?
- Selecting all visible rows after a search using
- How to add a class to a new row in a jquery datata
- jQuery Datatables - how to programatically sort by
- Loading DataTable using ajax
- Data Tables Get iDataRow in mRender
- DataTables warning: table id=dataTables - Ajax err
- How to search for an exact string in a jQuery Data
This should work:
UPDATE:
I made a test sample here http://jsfiddle.net/94BZV/31/
Don't forget to put correct url in init of editable to get correct answer passed back to edit field.