Different browser different result for search

Different browser different result for search

noobWithDataTablesnoobWithDataTables Posts: 2Questions: 1Answers: 0
edited August 1 in Free community support

I am using the default search feature of dataTable the latest version
With this configurations:
info: true,
paging: true,
pageLength : curLength,
displayStart: curPage,
searching: true,
ordering: true,
order: [[0, 'desc']]

it is working but when trying to use in edge, firefox and chrome.
chrome returns only 5 entries while edge and firefox returns 5

it seems that chrome only searches the exact world while edge and firefox searches within word.
how can i make chrome search within word? is there additional configuration to be done?

Answers

  • noobWithDataTablesnoobWithDataTables Posts: 2Questions: 1Answers: 0

    sorry but chrome returns only 5 entries while edge and firefox returns 16.

  • allanallan Posts: 64,894Questions: 1Answers: 10,747 Site admin

    Please link to a test case showing the issue, as required in the forum rules. Unfortunately it is impossible to debug based on the information provided so far and the examples on this site don't show that behaviour.

    I've also deleted your duplicate thread.

    Allan

Sign In or Register to comment.