This is search highlight plugins for datatables. Patch attached below.

Search highlight in action

CommentFileSizeAuthor
search_highlight-1572.patch4.27 KBolragon
Selection_215.png34.49 KBolragon
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

digitgopher’s picture

Issue summary: View changes
Status: Active » Needs review
antims’s picture

This patch not work for me.

antims’s picture

missing some codes like this:

<script type="text/javascript">
    $(document).ready(function() {
       var oTable = $('#example table ID').dataTable();
       oTable.fnSearchHighlighting();
    } );
</script>
dqd’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Needs review » Closed (outdated)

We are on 7.x 2.x and D8 now ... so I would say this issue can be closed for now and reopened with changed code version option if somebody wants to report and patch it for 2.x or even better for D8, since D7 feature freeze should be considered.