Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / datatables / extensions / KeyTable / Readme.txt
1 # KeyTable
2
3 KeyTable provides enhanced accessibility and navigation options for DataTables enhanced tables, by allowing Excel like cell navigation on any table. Events (focus, blur, action etc) can be assigned to individual cells, columns, rows or all cells to allow advanced interaction options.. Key features include:
4
5 * Easy to use spreadsheet like interaction
6 * Fully integrated with DataTables
7 * Wide range of supported events
8
9
10 # Installation
11
12 To use KeyTable, first download DataTables ( http://datatables.net/download ) and place the unzipped KeyTable package into a `extensions` directory in the DataTables package. This will allow the pages in the examples to operate correctly. To see the examples running, open the `examples` directory in your web-browser.
13
14
15 # Basic usage
16
17 KeyTable is initialised using the `C` option that it adds to DataTables' `dom` option. For example:
18
19 ```js
20 $(document).ready( function () {
21         var table = $('#example').DataTable();
22         new $.fn.dataTable.KeyTable( table );
23 } );
24 ```
25
26
27 # Documentation / support
28
29 * Documentation: http://datatables.net/extensions/keytable/
30 * DataTables support forums: http://datatables.net/forums
31
32
33 # GitHub
34
35 If you fancy getting involved with the development of KeyTable and help make it better, please refer to its GitHub repo: https://github.com/DataTables/KeyTable
36