Delrifai/#475 add export functionality
I have added csv export to the following tables
Notes
- I have added a new library csv-stringify, and hence you need to run nmp install before starting testing
- I have created a new component that handles the data export functionality. We pass the prepared data for this component that is responsible for setting and creating the export. It is also responsible for showing the dialogue with the columns to select/deselect
- I was able to export the content in the operations table, and I have tested it for nearly 15 operations
- When you select json or pretty json from the data view setting you will also have json format in the results
