UNPKG

@froalacharts/datatable

Version:

In memory tabular data storage

16 lines (15 loc) 379 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>DataStore</title> </head> <body> <script src='../../dist/datastore.js'></script> <script> // console.log(DataStore) </script> </body> </html>