chris-peterson / pwsh-gitlab

:computer: PowerShell module for GitLab
MIT License
22 stars 10 forks source link

Auto-compute 'Sortable' columns #102

Open chris-peterson opened 2 days ago

chris-peterson commented 2 days ago

There's a lot of code to support "sortable" values. These could be baked into New-WrapperObject (look for any datetime and emit a Sortable variant)

chris-peterson commented 2 days ago

Actually, I'm not even sure WHY we need the sortable columns. Why can't you just sort on the datetime?