Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2366

Pluck returns blank values

$
0
0

Hello,
Have an issue with the pluck() function. it seems to be returning blank values. Any suggestion.
{ extend: "edit", className: 'btnSelect2', editor: editor, text: "Delete Leave Request", formTitle: "Delete Leave Requests", formMessage: function (e, dt) { var rows = dt.rows(e.modifier()).data().pluck('cdi_calendar_changes.date1'); return 'Are you sure you want to delete the entries for the ' + 'following record(s)? <ul><li>' + rows.join('</li><li>') + '</li></ul>'; }


Viewing all articles
Browse latest Browse all 2366

Trending Articles