UNPKG

@blocktion/json-to-table

Version:

A powerful, modular React component for converting JSON data to navigable tables with advanced features like automatic column detection, theming, and sub-table navigation. Part of the Blocktion SaaS project ecosystem.

8 lines (7 loc) 227 B
/** * Test file to verify row creation functionality * This demonstrates the complete row creation implementation */ import React from "react"; export declare const RowCreationTest: React.FC; export default RowCreationTest;