Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dataFormat option to the datatables column definitions. #4636

Merged
merged 2 commits into from
Jul 17, 2020

Conversation

maliming
Copy link
Member

@maliming maliming commented Jul 6, 2020

Resolve #4629

{
	data: "userName"
},
{
	data: "email"
},
{
	data: "creationTime",
	dataFormat: "datetime"
},
{
	data: "creationTime",
	dataFormat: "date"
}

image
image

@maliming maliming added this to the 3.1 milestone Jul 6, 2020
@maliming maliming requested a review from hikalkan July 6, 2020 06:25
@maliming maliming requested a review from hikalkan July 13, 2020 00:48
@maliming
Copy link
Member Author

@hikalkan Changed.

@hikalkan hikalkan merged commit 7974985 into dev Jul 17, 2020
@hikalkan hikalkan deleted the maliming/dataFormat branch July 17, 2020 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dataFormat option to the datatables column definitions
2 participants