mongoose-datatables
mongoose-datatables copied to clipboard
Does not support full search() API
As much as I've seen, this tool does not support the full search() API: (from https://datatables.net/reference/option/search)
search.caseInsensitive - Indicate is case-insensitive sorting should be performed. search.regex - Treat the search as a regular expression or not search.smart - Use DataTables' smart filtering or not Additionally, to set an initial filter: search.search - Set an initial global filter.