Skip to content

cokepizza/TableEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableEditor

Editor that can easily modify the table like Excel https://hixxx.me/tableEditor


Table of contents

● Technical Stack
● Service Overview
● Service Contents

Technical Stack

  • Frontend
    • Single Page Application (SPA)
    • React.js
    • Redux
      • Thunk

Service Overview

  • How this Widget works
    • How to update View
      • Render the dynamic UI in such a way that necessary renderings are processed at once and unnecessary renderings are not performed
      • Styled Component is not suitable for dynamic UI, so it is only applied to static UI
      • Cells can be changed through load and save processes
  • Functions
    • Rows, Cols Add & Del
    • Cell multiSelect using Ctrl key & Drag
    • Cell merge & divide
    • Property setting
    • Scalable Table
    • Editable both header & body
    • Provide property helpbox
    • DataBinding setting
  • ShortCut
    • Cell Merge: + Button
    • Cell Divide: - Button
    • Table Zoom: Ctrl + Mouse Scroll
  • Restriction
    • Merge cells only works with rectangular shapes
    • Merge cells only works in the same area

Service Contents

  • Cell Merge & Divide

Honeycam 2020-03-31 19-04-33

  • Multi Select & Merge

Honeycam 2020-03-31 19-12-23

  • Add, Delete Cols & Rows

Honeycam 2020-03-31 19-05-48

  • Tab(Inform, Properties, DataBinding)

Honeycam 2020-03-31 19-06-55

  • Crop & Scale

Honeycam 2020-03-31 19-08-25

About

Simple table editor with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published