erfangc / ReactTable

HTML Table with Group By functionality Implemented using Facebook react.js
10 stars 12 forks source link

add ajax api for generate large size excel #45

Open wenjiechen opened 9 years ago

wenjiechen commented 9 years ago

in the front end, experotToExcel can't handle large size of data. we can add an ajax api to send the data to backend and generate download excel. If this api defined by user, we call this api, otherwise we use experotToExcel method.