Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 16100a2

Browse files
author
Daniel Havlik
committed
adapt test
1 parent 4da95bc commit 16100a2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

js/jquery_datatables_plugins/test_jquery_datatables_plugins.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ How to use?
55
You can import ``jquery_datatables`` from ``js.jquery_datatables`` and ``need`` it where you want
66
these resources to be included on a page::
77

8-
>>> import js.jquery_datatables as jt
9-
>>> jt.jquery_datatables.need()
10-
>>> jt.autofill.need()
11-
>>> jt.colreorder.need()
12-
>>> jt.colvis.need()
13-
>>> jt.fixed_columns.need()
14-
>>> jt.fixed_header.need()
15-
>>> jt.keytable.need()
16-
>>> jt.scroller.need()
17-
>>> jt.table_tools.need()
8+
>>> import js.jquery_datatables_plugins as p
9+
>>> p.column_filter.need()
1810

0 commit comments

Comments
 (0)