Commit Graph

11 Commits

Author SHA1 Message Date
Eugene 06dd0a0cdf Linted code 2023-07-25 23:57:19 +03:00
Eugene 55e4eb0f70 Added eslint & prettier config
Formatted files in project
2023-07-25 16:59:49 +03:00
Eugene a37401a28d Added CSS prefixes
Added common styles for cells and single cells styles
2023-07-25 15:26:43 +03:00
Eugene 11376f13ac New features: serialize and load data
Fixed imports in modules
2023-07-25 12:33:25 +03:00
Eugene 73645c14f6 Added keywords
Removed unused dependencies
Added DEV entry point and excluded it from build
Removed wide text when overflow

Exported every module
2023-07-25 11:39:58 +03:00
Eugene e7fc5f5614 Added custom cells styles 2023-07-24 17:10:43 +03:00
Eugene 9ef465b72d Added nice selection
added styles in cell
added editor
2023-07-21 16:26:01 +03:00
Eugene b4aa4a4b67 Added selection calculating
Todo: Move listeners from scroller (handlers)
2023-07-21 11:07:03 +03:00
Eugene ee85d771a4 Added full support of rendering table
Todo: test with resize
2023-07-20 21:08:24 +03:00
Eugene 25e698a658 Added and configured logic implementation of SCROLLER element
Scroller is interactive element.
Every event will dispatch here.
2023-07-20 16:57:50 +03:00
Eugene d1ba4fe685 Added helpers for creating data
Added data field to spreadsheet
2023-07-20 11:52:00 +03:00