Custom sorting function with Vue3 component

Custom sorting function with Vue3 component

LittleLamaLittleLama Posts: 9Questions: 3Answers: 0
edited February 2023 in Free community support

Link to test case: https://codesandbox.io/s/datatables-option-api-example-with-sorting-ce8i5z?file=/src/App.vue
Debugger code (debug.datatables.net): DataTables debugger: jQuery not loaded on this page, therefore no DataTables :-(
Error messages shown: fn.dataTable.absoluteOrderNumber is not a function
Description of problem:
Hi, I would like to load absolute sorting when using DataTable Vue3 component.
I don't know how to access $.fn.dataTable.
I tried to load first jquery then sorting plugin as shown in the code sandbox example, but I cannot access absoluteOrderNumber function.

How should I do this ?
Best regards

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.