react-data-components icon indicating copy to clipboard operation
react-data-components copied to clipboard

Need one example of the following...

Open prog20901 opened this issue 8 years ago • 0 comments

Need an html file react-data-components with static json or html data with following

  1. Read only grid as above without edit, delete and save option.
  2. The grid with many export options - pdf, csv, excel, word etc.,
  3. When the pagination is enabled - goto page option to navigate to particular page
  4. Copy to clipboard and print option
  5. Support quickest rendering for alteast 5,000 rows with page size as 10, 100, 500, 1000, 5000
  6. Search all columns or individual columns
  7. Export selected or all columns

Example grid

http://institut-de-genomique.github.io/Ultimate-DataTable/ https://w3lessons.info/2015/07/13/export-html-table-to-excel-csv-json-pdf-png-using-jquery/

Reference

  1. http://2.bp.blogspot.com/-yTiytux2848/Vcj-b5FjyUI/AAAAAAAAdQk/8rzPAsyU4Dw/s1600/jQuery%2Bdatatables%2Bexport%2Bto%2Bpdf.png 2 . https://www.phpflow.com/wp-content/uploads/2015/09/export-table-data-toexcel-png-pdf.png
  2. https://i.stack.imgur.com/XeCzz.png
  3. https://stackoverflow.com/questions/45901407/static-data-grid-10k-records-with-search-pagination-export-options
  4. https://datatables.net/extensions/scroller/examples/initialisation/large_js_source.html

prog20901 avatar Sep 01 '17 03:09 prog20901