Purpose

Returns aggregate values (e.g. column sums) for the current DataTable filter state and copies them to the clipboard.

Payload

  • identifier — DataTable identifier
  • current filter/search state of the table

Response

CALLBACK_TYPE_SCRIPT — the returned script writes the aggregate result to the user’s clipboard.

Notes

Internal action — triggered by WR’s own frontend JS. The payload shape is not a public API and can change between releases.