django_serverside_datatable icon indicating copy to clipboard operation
django_serverside_datatable copied to clipboard

Searching does not return correct results if search string includes period '.' for decimal values

Open watsondh opened this issue 1 year ago • 0 comments

If table contains decimal values, they cannot be searched if you include the decimal. e.g. searching 0.003 will return no results even if values are present in the table which contain that string. DataTables default search works in this manner but the plugin returns no results.

watsondh avatar Feb 26 '24 18:02 watsondh