const columns =[{ accessor:"foo", header:"Foo", sortable:true, sortFunction: (a, b) => a > b ? 1 : -1}, ...] tannerlinsley/react-table.
確定! 回上一頁