Skip to content

Instantly share code, notes, and snippets.

@dhimasanb
Created June 25, 2019 16:31
Show Gist options
  • Save dhimasanb/5729d0f53b89446dda83a12009c15994 to your computer and use it in GitHub Desktop.
Save dhimasanb/5729d0f53b89446dda83a12009c15994 to your computer and use it in GitHub Desktop.
// 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