Return Key to Search with ColumnControl Possible?

Return Key to Search with ColumnControl Possible?

UPEngineerUPEngineer Posts: 94Questions: 1Answers: 1

I have searched high and low and don't see to find the answer.

I have DT setup using server side processing. If I use:

search: {
        return: true
}

it works great! However, if I introduce ColumnControl into the mix, it does not respect the search with Return Key feature. I am trying to limit some of the queries so I don't crash my system (like I did last night). I didn't see anything about this in the documentation for ColumnControl.

Is using Return Key to search not possible with ColumnControl extension?

Thanks,

Scott

Answers

  • allanallan Posts: 65,400Questions: 1Answers: 10,858 Site admin

    Hi Scott,

    Currently no, that is a missing feature from ColumnControl I'm afraid. I will look into adding that for the next release.

    Allan

Sign In or Register to comment.