Add weight property to pieces for ordering
See original GitHub issueA feature that comes up occasionally from clients is manual ordering that would be respected across the site. So if I have staff I can, through some UI, drag them into an order that’s respected across the site in widgets, indexes, etc.
The weight
property in Drupal and order
(I think) in Wordpress works like this. It might take a bit of config to get it set up in those CMS, but it’s a pretty valuable option. Importantly this would have the UI for drag sorting rather than needing to set a number in each piece’s UI.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
HOW TO Add Weight To Props (Shop Tip) - YouTube
... for injury, death, property damage, or any other liability that may result related to the information provided in this video.
Read more >Adding Mass Properties - 2021 - SOLIDWORKS Help
To add mass properties: Enter a Property Name for the mass property. ... Under Value / Text Expression, select the appropriate mass property...
Read more >Why does the '#weight' property sometimes not have any ...
One thing to note, though, is that the weights only affect the order relative to the elements siblings, so if the element you...
Read more >Exploring Mass Properties in SOLIDWORKS
Need to find the accurate value for mass, coordinates for center of mass, or design volume for your SOLIDWORKS models?
Read more >SOLIDWORKS Custom Property Tab Builder - GoEngineer
The SOLIDWORKS Custom Property Tab Builder is a stand-alone utility to create a customized interface for adding properties to SOLIDWORKS ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing as we now have the
apostrophe-pieces-orderings-bundle
.I’ve implemented a weight field in some projects recently, and there are a couple issues with that:
sortify
an integer field, that’s a really annoying thing to figure out.I’ve been looking to figure out some way of actually ordering things as well, but hadn’t gotten around to fully implementing anything yet. I think this would be really valuable.