Skip to content

ayrozjlc/yii2-datatables-mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Yii2 Datatables mark.js

AssetBundle for Search Datatables highlighting with mark.js

Installation

Composer

composer require --prefer-dist "ayrozjlc/yii2-datatables-mark:*"

or add

"ayrozjlc/yii2-datatables-mark": "dev-master"

to the require section of your composer.json file.

Usage

in view (for example: @app/views/layouts/main.php)

// ...
use ayrozjlc\datatablesmark\DataTablesMarkAsset;
// ...
DataTablesMarkAsset::register($this);

or add to your assets/AppAsset.php

public $depends = [
    // ...
    'ayrozjlc\datatablesmark\DataTablesMarkAsset',
];

add option in datatables

$(".myTable").DataTable({
    mark: true
});

About

AssetBundle for Search Datatables highlighting with markjs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages