autocomplete - functions for full-control?

autocomplete - functions for full-control?

washuit-iammwashuit-iamm Posts: 134Questions: 56Answers: 2
edited March 10 in Editor

https://editor.datatables.net/reference/field/autocomplete

I see I can only provide a string or bool to ajax and I can provide a function to ajaxData to "provide extra data parameters".

But for example how could I instead call my own custom endpoint and use query string only? For example: /api/entity/autocomplete-endpoint?search=hello%20world

ajax really needs to accept a function that can give me full control over the request and response. Unless it does and im missing something?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 64,230Questions: 1Answers: 10,599 Site admin
    Answer ✓

    You aren't missing anything. That is something that is a feature request already and something I'll be adding in future.

    Allan

Sign In or Register to comment.