olscode
olscode
**Is it possible to add rowClick just with hooks** ```JS const rowClic = (ev, row) => { console.log(row, ev); }; setReft(ref)} data={data} columns={columns} layout={"fitColumns"} options={options} rowClick={(e,row) => rowClic(e, row)} />...
I am trying to add cite and Bibliography but i cant add Bibliography i was wondering if somebody can help me this is my **file**:  error image:  config:...
I have read some threads on github about this but i dont get what to do. I receive the following error you already know: [PLOP] Something went wrong with reading...
When i run **yarn test** to execute **"jest"** command it says: Cannot find module '@esm-bundle/chai' from 'node_modules/@open-wc/testing/index.js'  ``` import { fixture, fixtureCleanup } from "@open-wc/testing"; import { html }...