-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Description:
For large JSON datasets, the generated Markdown table can become lengthy and hard to navigate. Implement pagination to break the output into manageable sections.
Tasks:
- Add --page and --page-size options for pagination.
- Display the current page and total pages in the output.
- Ensure pagination works for both --output and console display.
- Handle edge cases like empty pages and invalid inputs.