Logo
Explore Help
Register Sign In
SamProject/sam-react-prod
6
0
Fork 0
You've already forked sam-react-prod
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6ed5d4ffb3e654ac4f59462bfc51e4945f5fe4e4
sam-react-prod/src/components/common/DataTable/index.ts

15 lines
393 B
TypeScript
Raw Normal View History

feat: 품목관리 동적 렌더링 시스템 구현 - DynamicItemForm 컴포넌트 구조 생성 - DynamicField: 필드 타입별 렌더링 - DynamicSection: 섹션 단위 렌더링 - DynamicFormRenderer: 페이지 전체 렌더링 - 필드 타입별 컴포넌트 (TextField, NumberField, DropdownField, CheckboxField, DateField, FileField, CustomField) - 커스텀 훅 (useDynamicFormState, useFormStructure, useConditionalFields) - DataTable 공통 컴포넌트 (테이블, 페이지네이션, 검색, 탭필터, 통계카드) - ItemFormWrapper: Feature Flag 기반 폼 선택 - 타입 정의 및 문서화 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 20:14:43 +09:00
/**
* DataTable 공통 컴포넌트 모듈
*
* 모든 목록 페이지에서 재사용 가능한 테이블 컴포넌트
*/
export { DataTable } from './DataTable';
export { SearchFilter } from './SearchFilter';
export { Pagination } from './Pagination';
export { TabFilter } from './TabFilter';
export { StatCards } from './StatCards';
export * from './types';
export default DataTable;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 52ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API