olscode

Results 4 issues of 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**: ![image](https://user-images.githubusercontent.com/62115925/160949113-b6e7efb3-7ce9-4379-9bbc-b4985b5888bb.png) error image: ![image](https://user-images.githubusercontent.com/62115925/160949039-b5e89c8a-38a0-4097-baad-3f6959780ac7.png) 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' ![image](https://user-images.githubusercontent.com/62115925/213898311-6c3d1467-16b7-4fee-9513-d3f429712dbe.png) ``` import { fixture, fixtureCleanup } from "@open-wc/testing"; import { html }...