79593253

Date: 2025-04-25 20:24:16
Score: 0.5
Natty:
Report link

Just had a need for this myself:

{
    "extend": "selectAll",
    "text": "Select All",
    "action": function (e, dt, node, config) {
        e.preventDefault();
        dt.rows().deselect();
        dt.rows({ search: 'applied' }).select();
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roger Garstang