From 28d094bb8fd5f75a2c1665f1d17b58fe446728ad Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 15 Jan 2025 16:11:03 +0000 Subject: [PATCH] c1323a1e9ec7d9aa3de32839dde49229b09649ae Fix: If an HTML node is returned for a data point, the content of the node should be used on data export. This applies particularly to the Vue and React components for DataTables which allow templates to be used, which are HTML nodes when rendered. https://github.com/DataTables/Vue/issues/35 Sync to source repo @c1323a1e9ec7d9aa3de32839dde49229b09649ae --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index c6bd9c6..83bd029 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/Buttons", "last-tag": "3.2.0", - "last-sync": "0c81c91fe4202a954d57fe1b54cc0fe066056c17" + "last-sync": "c1323a1e9ec7d9aa3de32839dde49229b09649ae" } \ No newline at end of file