I have a JQuery Bootgrid with two formatters needed to format correctly a date and euro values columns (in the rows I store the date as string in the format YYYYMMDD to get the column ordered correctly if the user choose to order that column, while the table output is in the date format DD/MM/YYYY. Also, I simply add the € symbol to the euro output values.
Put very simply, the default search feature of JQuery Bootgrid searches the original values, not the formatted ones, while I surely need to give to the user the ability to search the formatted values. If you have a solution or even a workaround please help me!