A page in your DokuWiki was added or changed. Here are the details:

Date        : 2018/03/06 17:05
Browser     : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 
Firefox/52.0
IP-Address  : 213.41.140.203
Hostname    : redonhopital-adsl.pck.nerim.net
Old Revision: 
http://ltb-project.org/documentation/white-pages/0.2/config_entries_display?rev=1520352166
New Revision: 
http://ltb-project.org/documentation/white-pages/0.2/config_entries_display
Edit Summary: 
User        : nqb

@@ -13,13 +13,17 @@
  
  ==== DataTables ====
  
  [[https://datatables.net/|DataTables plugin]] is used to sort, paginate, 
filter and print results returned by [[config_quick_search|Quick search]], 
[[config_advanced_search|Advanced search]] and [[config_directory|Directory 
menu]].
+ 
+ === Activation ===
  
  Enable or disable the DataTables JS component in application:
  <file php>
  $use_datatables = true;
  </file>
+ 
+ === Configuration ===
  
  Define pagination values in dropdown:
  <file php>
  $datatables_page_length_choices = array(10, 25, 50, 100, -1); // -1 means All
@@ -57,9 +61,8 @@
  List which items are clickable in result (can also be a boolean value):
  <file php>// Other possible values :
  // true if you want the whole row clickable ; 
  // false do the same and hide the button in the first column.
- <file php>
  $search_result_linkto = array("fullname");
  </file>
  
  Display or not undefined values:



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
ltb-changes@lists.ltb-project.org
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes

Reply via email to