Jorge Lopes
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/   Display DICOM Segmentation with Cornerstone Example: https://dcmjs.netlify.app/displaysegmentation/  
- [x] add filter group - [x] add filter permission - [x] update languages - [ ] add tests (I don't have testing experience) - [ ] add docs
Supersedes https://github.com/codeigniter4/shield/pull/270
Supersedes https://github.com/codeigniter4/shield/pull/375
"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...