modus-web-components icon indicating copy to clipboard operation
modus-web-components copied to clipboard

Table Column 'date' dataType

Open kuhnboy opened this issue 1 year ago • 2 comments

Prerequisites

Describe the issue

In the storybook for Table, there is an example with 'Created At' having a 'date' column dataType:

{
      header: 'Created At',
      accessorKey: 'createdAt',
      id: 'createdAt',
      dataType: 'date',
}

But in the code we find that the date column data type is deprecated: image

Reduced test cases

No response

What operating system(s) are you seeing the problem on?

No response

What browser(s) are you seeing the problem on?

No response

What is the issue regarding ?

Modus Web Components Website (Storybook)

What version of npm package are you using ?

0.41.0

Priority

Low

What product/project are you using Modus Components for ?

Trimble Unity

What is your team/division name ?

O&PS

Are you willing to contribute ?

None

Are you using Modus Web Components in production ?

No response

kuhnboy avatar Nov 18 '24 19:11 kuhnboy

Hello @kuhnboy! Thanks for opening an issue. The Modus core team will get back to you soon (usually within 24-hours) and provide guidance on how to proceed. Contributors are welcome to participate in the discussion and provide their input on how to best solve the issue, and even submit a PR if they want to.

Please wait until the issue is ready to be worked on before submitting a PR, or you can reach out to the core team if it is time bound. For trivial things, or bugs that don't change the expected behaviors and UI, you can go ahead and make a PR.

github-actions[bot] avatar Nov 18 '24 19:11 github-actions[bot]

Is this only fixed in 2.0 ?

axelsean avatar Jun 03 '25 19:06 axelsean