Jakub Wiśniewski

Results 14 issues of Jakub Wiśniewski

As spotted by @krzysztofspilka, the following API ref pages are available on Production, but not included in the API ref menu: https://handsontable.com/docs/api/base-editor/ https://handsontable.com/docs/api/base-plugin/ https://handsontable.com/docs/api/cell-coords/ https://handsontable.com/docs/api/cell-range/ https://handsontable.com/docs/api/changes-observer/ https://handsontable.com/docs/api/create-shortcut-manager/ https://handsontable.com/docs/api/data-map/ https://handsontable.com/docs/api/ghost-table/ https://handsontable.com/docs/api/hiding-map/...

Docs: Content
Docs: Tools

To do: 1. Add the `timeFormat` option to the following files: - `metaSchema.js` - `settings.d.ts` 2. Get the changes reviewed by a core team dev. Input: - `timeFormat` is described...

Docs: Content

Steps to reproduce: 1. Switch to the `feature/react-docs` branch. 2. From the `/docs` directory, run `npm run docs:start:no-cache`. 3. Open the local server URL. 4. Go to http://localhost:8000/docs/next/javascript-data-grid/cell-editor/. 5. From...

react
Docs: Tools

Steps to reproduce: 1. On Mac, open Chrome (Version 103.0.5060.134 (Official Build) (x86_64)). 2. Go to https://handsontable.com/docs/cell-editor/. 3. Scroll down (e.g., using the trackpad). 4. On the right-hand side, you'll...

Docs: Tools

This PR edits the **Technical specification** section in line with the #9737 guidelines. Updated pages: - http://localhost:8080/docs/next/react-data-grid/software-license/ I think that the following pages don't require any updates (React-wise): - http://localhost:8080/docs/next/react-data-grid/supported-browsers/...

Docs: Content

This PR edits the **Upgrade and migration** section in line with the #9737 guidelines. Updated pages: - [http://localhost:8080/docs/next/react-data-grid/software-license/](http://localhost:8080/docs/next/react-data-grid/versioning-policy/) I think that the following pages don't require any updates (React-wise): -...

Docs: Content

This PR edits the **Security** section in line with the #9737 guidelines. Updated pages: - http://localhost:8080/docs/next/react-data-grid/security/ [skip changelog]

Docs: Content

As per [this comment](https://github.com/handsontable/handsontable/pull/9550#discussion_r896578761): > It is not clear what `hot` is (it is an instance of the Handsontable class). > > There really should be a docs page about...

Docs: Content

According to the [`IndexMapper` API reference](https://handsontable.com/docs/api/index-mapper/) and other places (e.g., #1501), we've got 3 types of indexes: - **Physical** aka **logical** aka **source data** indexes - **Visual** aka **WYSIWYG** indexes...

Docs: Content
Effort: High
Impact: Medium

Steps to replicate: 1. Make sure you're on the `feature/react-docs` branch, and update it locally. 2. Run `npm run docs:version`, to create any new docs version (e.g. `12.1`). 3. After...

Docs: Tools