62
Creating a editable dynamic JSON table in React
This articles is part of a series, part 2 is here
A couple of years ago I created a dynamic JSON table, I always wanted to make it editable, yeah I can hear what your thinking..
So mid pandemic I get laid off. Great new jobs are at all time low.
So mid pandemic I get laid off. Great new jobs are at all time low.
While I'm on the hunt for a new role, wouldn't it be great to do that project I've had in the back of my mind .. hmmm.
Don't get me wrong, there a lot's of great tables out there, some need a tonne of boiler plate code other just don't have some of most basic feature you might expect.
So why not make one, tables are easy or should be, try adding sorting, filtering, paging and then make it editable, it's quite a challenge.
What I'd like to know is how many of you would be interested in a fairly detailed breakdown. I think it might be hard going for newcomers but for mid level developers, it could be good ?
Take a look at the demo's and examples, source, drop me some feedback & I'm ready to write a series.
Bye for now.
So the ask is to create an editable JSON table, what else?
Warning spec's ahead π€¨π€¨π€¨
Much of phase 2 is available such as exposing dispatch
Phase 3 is in a very early R&D state
now that we have the boring part out of way time to write some code...
This articles is part of a series, part 2 is here
πππ
62