jikji icon indicating copy to clipboard operation
jikji copied to clipboard

Effortless report generator and reporting tools with React and NodeJS

Results 10 jikji issues
Sort by recently updated
recently updated
newest added

Hey I run the `ssg` example and I noticed that the highlighted text seems to be offset (with macOS Preview app)

Got an issue when I try to run the `ssg` example ``` yarn run example-ssg ``` ``` TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /Users/userr/dev/PeopleProjects/jikji/example/ssg/index.ts at new NodeError (node:internal/errors:405:5) at...

I noticed an issue with ssg example #28, here is the fix

Hey @PejmanNik ! I really like this project and I wanted to create multiple pages from a big components. Here is a reproduction of the issue : https://codesandbox.io/s/jikji-reproduction-error-big-components-g9qvjc The client...

I want to achieve this kind of effect: ![image](https://github.com/PejmanNik/jikji/assets/70853152/c02ca0e2-d2b8-4205-aca5-e9f190a7102f) However, when generating the output, the right side of the site gets pushed within the correct format, I guess: ![image](https://github.com/PejmanNik/jikji/assets/70853152/0eb9a5a7-fa90-4e61-8483-9317adc6c584) I...

bug

I have a NextJS server that uses emotion/MUI and whenever i use Jikji i get the following error:

Header and Footer moves up after the PDF file is generated. This doesn't happen in website but only in PDF. **Note:** This issue starts when Table overflows to the next...

Console warning errors during table implementation Sample code setup is done in codesandbox... https://codesandbox.io/s/report-table-dom-issue-c8fm9j?file=/src/views/table/index.js ![Screenshot 2023-07-21 at 5 56 51 PM](https://github.com/PejmanNik/jikji/assets/17666778/7e6c9bb5-3308-4772-bcdd-cfcaf1968ec0) Try removing line no 11 and 12 in `src/views/table/index.js`...

bug

If the same component gets used twice, the rendering is not working correctly. ``` ``` I used the sandbox example to try the above case. ![image](https://github.com/PejmanNik/jikji/assets/70853152/1d9853dd-52e3-468f-bb8c-5229dd1dfdf7)

bug

Is it possible to add Table of Contents feature where we can show the page numbers. Few tables might run into next pages so even in this case we need...

feature request