Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 661 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 661 Bytes

Dynamic Datatable

A JavaScript Project to upload & view a .csv file and apply search, sort & filter to it without modifying the source. Tested upto 70K Records in a single file.

Tech Stack:

Note:

  • May get stuck processing very large files (might even crash the browser with 'Out of Memory' error), if browser doesn't crash just wait until it starts responding.
  • Also check out nilayb12/DataTable_DynDropDown for Bootstrap + Local System Access ability!