From e44916145883763b5eeed6dfd15e4ee404fc9c61 Mon Sep 17 00:00:00 2001 From: Michael Ryvkin Date: Mon, 15 Jun 2015 12:24:29 -0400 Subject: [PATCH] Added reference to the article with an example --- pagination/full_numbers_no_ellipses.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pagination/full_numbers_no_ellipses.js b/pagination/full_numbers_no_ellipses.js index dc7088a..17c91da 100644 --- a/pagination/full_numbers_no_ellipses.js +++ b/pagination/full_numbers_no_ellipses.js @@ -2,6 +2,8 @@ * Plug-in offers the same functionality as `full_numbers` pagination type * (see `pagingType` option) but without ellipses. * + * See [example](http://www.gyrocode.com/articles/jquery-datatables-pagination-without-ellipses) for demonstration. + * * @name Full Numbers - No Ellipses * @summary Same pagination as 'full_numbers' but without ellipses * @author [Michael Ryvkin](http://www.gyrocode.com)