Alex

Results 2 issues of Alex

In case if user wants to add digit to input, he has to click twice on it, because first click(focus) selects whole text, which is not really UX-good. The solution...

Currently we need to connect data in "rows" prop of DataTable component with TableHeader's "name" prop to work properly. But having nested object in "rows" array will not connect them...