datatables.mark.js
Version:
A DataTables plugin for mark.js to highlight search terms in tables
10 lines (9 loc) • 424 B
JavaScript
/*!***************************************************
* datatables.mark.js
* https://github.com/julmot/datatables.mark.js
* Copyright (c) 2016–2020, Julian Kühnel
* Released under the MIT license https://git.io/voRZ7
*****************************************************/
'use strict';
// Configuration for Jasmine or other components related to the specs
jasmine.getFixtures().fixturesPath = 'base/test/fixtures';