jQuery DataTable plugin in JIRA plugin

Arnar Skulason May 9, 2014

I'm trying to use the jQuery Datatable plugin with my JIRA custom plugin. When I try to initalize the dataTable I get an error in the console "Uncaught NotFoundError: Failed to execute 'appendChild' on 'Node': The new child element is null.

Does someone have a solution?

1 answer

2 votes
Boris Georgiev _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 11, 2014

We're using jQuery datatables, but we also use custom jQuery version that is newer than the one bundled in JIRA, so first check the bundled jQuery version and if the version of Datatables is compatible.

Arnar Skulason May 12, 2014

Thank you for the hint! Ended up on solving the problem without the use of datatables.

Suggest an answer

Log in or Sign up to answer