UNPKG

zinggrid

Version:

ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.

26 lines 616 B
<!DOCTYPE html> <html> <head> <!--Script Reference[1]--> <script src="https://cdn.zinggrid.com/zinggrid.min.js" defer></script> </head> <body> <!--Grid Component Placement[2]--> <zing-grid caption="Hello Futurama" search layout-controls columns-control editor-controls pager page-size="2" page-size-options="2,5,10" data='[ { "firstName": "Philip", "lastName": "Fry"}, { "firstName": "Turanga", "lastName": "Leela"}, { "firstName": "Bender", "lastName": "Rodriguez"}, { "firstName": "Amy", "lastName": "Wong"} ]'> </zing-grid> </body> </html>