Commit 6f62d60d5f6aeb234ae61bf34ef128db83b699fb

Authored by Julien Verneuil
1 parent d2fa065f

add scrollx parameter to jquery_datatable call

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
database/vtm/view_table_renderer.anubis
... ... @@ -239,7 +239,7 @@ public define HTML_Partial_Content
239 239 // println("view_table_page - web_site_directory : "+web_site_directory);
240 240 partial_content(jq_dialog_init + jq_datetimepicker_init(lang),
241 241 [partial(html_wave_box_wide(_T(to_upper(rows.table_name)),
242   - jquery_datatable("table_view", view_table_form(_T, action_name, rows), true, false, jq_dt_pt_full_numbers, scrollY(500), true, true, true, lang, no_extra, web_site_directory)))]).
  242 + jquery_datatable("table_view", view_table_form(_T, action_name, rows), true, false, jq_dt_pt_full_numbers, false, scrollY(500), true, true, true, lang, no_extra, web_site_directory)))]).
243 243  
244 244 public define Maybe(HTML_Partial_Content)
245 245 view_table_content
... ...