Guest User

Untitled

a guest
Jan 12th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. var datepickerDefaults = {
  2. showTodayButton: true,
  3. showClear: true
  4. };
  5.  
  6.  
  7. yadcf.init($Table, [{
  8. //> http://yadcf-showcase.appspot.com/dom_bootstrap.html
  9. column_number: 0,
  10. filter_type: "range_date",
  11. datepicker_type: 'bootstrap-datetimepicker',
  12. date_format: 'DD.MM.YYYY',
  13. filter_plugin_options: datepickerDefaults,
  14. filter_container_id: "FilterContainer_GameDate",
  15.  
  16. } ],
  17. {
  18. cumulative_filtering: true
  19. }
  20. );
Add Comment
Please, Sign In to add comment