No Table Drag
This module allows administrators to disable the drag-and-drop reordering functionality for multi-value fields, providing more control over how fields behave on a site.
This module adds a "#nodrag" option to fields which don't want to use the table drag functionality for multi-value widgets.
You can toggle the table drag on / off through the field UI or programmatically. See the README.md file for details.
Notes
This module replaces the default theme registry callback for the table drag theme function and replaces it with its own. If your theme / site depends on a custom multi-field theme it will conflict with this module.
Special Thanks
This is a direct copy of the method described at https://www.commercialprogression.com/post/how-remove-tabledrag-rearrang...
Thanks to them for doing all the hard work.