django_serverside_datatable
django_serverside_datatable copied to clipboard
Searching does not return correct results if search string includes period '.' for decimal values
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.