Hey
I have a problem when i use function createPanel.
All Input type (data-editor-field) field works great, but select list not working on Panel?
I use this code editing my own program..
https://editor.datatables.net/examples/standalone/collection.html
Row
'<dd data-editor-field="customer.treatment_id">'+data.customer.treatment_id+'</dd>'+
and
editor = new $.fn.dataTable.Editor( {
ajax: "js_customer.php",
fields: [ {
label: "Treatment:",
name: "customer.treatment_id",
type: "select"
}.......
This same code work if i use normal datatable, not not as use Panel.