ingred-ui icon indicating copy to clipboard operation
ingred-ui copied to clipboard

<DataTable />内でstateを持たない

Open youchann opened this issue 4 years ago • 1 comments

利用する側(コンポーネント)でも「選択した行」をstateとして持っているので、stateの二重管理となる。 コードもそのせいで複雑になっている節があるので、propsで管理したい。

youchann avatar Sep 18 '20 07:09 youchann

行でいうとこの辺をpropsで管理したい。 https://github.com/voyagegroup/ingred-ui/blob/master/src/components/DataTable/DataTable.tsx#L186

youchann avatar Sep 18 '20 07:09 youchann