Skip to content

Commit

Permalink
Merge pull request #550 from tfonrouge/master
Browse files Browse the repository at this point in the history
Updated enum entries for Tabulator Options Editor,
  • Loading branch information
rjaros authored Dec 1, 2024
2 parents 7daa345 + 6efa7b8 commit 0f0c272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package io.kvision.types

import kotlin.js.Date

const val KV_DEFAULT_DATE_FORMAT = "YYYY-MM-DD HH:mm:ss"
var KV_DEFAULT_DATE_FORMAT = "YYYY-MM-DD HH:mm:ss"

actual typealias LocalDateTime = Date

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ enum class Editor(internal val editor: String) {
TEXTAREA("textarea"),
NUMBER("number"),
RANGE("range"),
TICK("tick"),
TICKCROSS("tickCross"),
PROGRESS("progress"),
STAR("star"),
LIST("list"),
DATE("date"),
Expand Down

0 comments on commit 0f0c272

Please sign in to comment.