I’m building my own Table component in React. It’s coming along very well but I’ve hit a hurdle. My approach was to pass in a template object, consisting of an array of column definitions, along with an object array that represents the data to be displayed. Because Table has to be generic, the number of […]