Search
11455 results 2011-2020
Forum
- 4th Jan 2014Include space in filter stringFigured it out. Turn smart filtering off, bRegex as true treats search string as regular expression: [code]"oSearch": { "bSmart": false, "bRegex": true }[/code]
- 31st Dec 2013IE >=10 "clear" cross in Search does not update filter result@allan: thanks, it works in 1.10-dev
- 26th Dec 2013Filter instead of hide/remove rows, just highlightNo, sorry. There is no way using the DataTables to do that. You would need to create a custom filtering implementation, which would involve removing the current filtering I suspect. Allan
- 24th Nov 2013Change search criterion on a specific column filterThis example I think will help: http://datatables.net/release-datatables/examples/plug-ins/range_filtering.html . If you need to perform filtering on logic other than a straight match, custom filtering like int he example is the way to go in DataTables. Allan
- 18th Aug 2013indivisual colum filter bugI'm not sure I understand what the bug is? Are you passing in the column data index to fnFilter rather than the visible index? Allan
- 13th Jun 2013how to specify option for select type in column filteri got it here is the solution { type: "select",bRegex:true,values: [{ value: '^Male', label: 'M'},{ value: '^Female', label: 'F'}]},
- 3rd Jun 2013filter highlighting (different class for even / odd rows)The specific code I'm using is that posted by "olragon"
- 3rd Jun 2013The function fnFilter does not filter any lineOk, thank you. Antoine
- 21st May 2013Having trouble using the search filter when 'copying & pasting'DataTables should probably listen for the paste event internally I guess. Thanks for flagging that up. Allan
- 15th May 2013Page state saving not working with filterHello?? Some help would be nice...