Jorge Lopes

Results 21 issues of Jorge Lopes

I use `data: function(row)` and it works but sorting doesn't work. Example: ```javascript const columns = []; columns.push({ data: function(row) { return row.id; } }); columns.push({ data: function(row) { return...

### Prerequisites * [x] Which version are you using? (Is it latest?) * [x] Are you reporting to the correct repository? * [ ] Did you search existing issues? (Were...

* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [x] Tests for the changes have been added (for bug fixes /...

Create and read RLE encoded DICOM Segmentation with Cornerstone Example: https://dcmjs.netlify.app/createsegmentationrleroundtrip/ ![image](https://user-images.githubusercontent.com/50026015/125090580-63a7ff00-e0c7-11eb-8e3e-6853c560ef42.png) ![image](https://user-images.githubusercontent.com/50026015/125089997-c77df800-e0c6-11eb-8fb6-43e1e13b8137.png) Display DICOM Segmentation with Cornerstone Example: https://dcmjs.netlify.app/displaysegmentation/ ![image](https://user-images.githubusercontent.com/50026015/125090857-bb466a80-e0c7-11eb-9341-cd7505dce461.png) ![image](https://user-images.githubusercontent.com/50026015/125090900-c9948680-e0c7-11eb-881a-ec911d174f75.png)

- [x] add filter group - [x] add filter permission - [x] update languages - [ ] add tests (I don't have testing experience) - [ ] add docs

enhancement

Supersedes https://github.com/codeigniter4/shield/pull/270

enhancement
stale
tests needed
GPG-Signing needed

Supersedes https://github.com/codeigniter4/shield/pull/375

enhancement
tests needed
GPG-Signing needed

"adapters" has no segmentation, I've been looking at how it works but it's too complicated for me :S

### Context Demonstrates how to import or export a segmentation to DICOM SEG from in volume. ### Changes & Results ### Testing Example Segmentation Volume https://deploy-preview-1177--cornerstone-3d-docs.netlify.app/live-examples/segmentationVolume.html Example Segmentation Volume Local...