1 Answers
If you don’t call set_column() function, date picker is attached by default with datatype ‘date’ field.
You need to define each column if not already done.
$col[“formatter”] = “date”; should be removed to disable it.
Your Answer
If you don’t call set_column() function, date picker is attached by default with datatype ‘date’ field.
You need to define each column if not already done.
$col[“formatter”] = “date”; should be removed to disable it.