Created
June 25, 2019 16:31
-
-
Save dhimasanb/5729d0f53b89446dda83a12009c15994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Column table | |
export default function column(title, dataIndex, width, render) { | |
return { | |
title, | |
dataIndex, | |
key: dataIndex, | |
width, | |
render | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment