Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
{{type:'date',dateFormat:'MM/DD/YYYY',correctFormat:true,defaultDate:'01/01/1900',datePickerConfig:{firstDay:0,showWeekNumber:true,numberOfMonths:3,disableDayFn:function(date){return date.getDay()===0 || date.getDay()===6;}},renderer:function(instance, td, row, col, prop, value, cellProperties){Handsontable.renderers.TextRenderer.apply(this, arguments);td.style.backgroundColor = 'green';}}}

Date Picker with

...

Custom Renderer to Cater to Different Display Format and Data Format

Thai

ตัวใช้เลือกวันที่พร้อมตัวแสดงผลลูกค้าเพื่อจัดรูปแบบการแสดงผลที่แตกต่างกันและรูปแบบข้อมูล

...