UndefinedOffset / SortableGridField

Adds drag and drop functionality to Silverstripe's GridField
BSD 3-Clause "New" or "Revised" License
93 stars 62 forks source link

No search capabilities when using in ModelAdmin #108

Closed nimeso closed 7 years ago

nimeso commented 7 years ago

Currently in the docs example it removes Silverstripes default search/filter stuff. Is there a way to keep this?

UndefinedOffset commented 7 years ago

In the 3.x releases of SilverStripe the search/filter is always removed in model admin? It gets moved to the search icon at the top of the screen beside the tabs, this is normal behavior of model admin and isn't caused by sortable GridField I do turn them off when drag-n-drop sorting is on in a normal GridField but that is to keep the sortable headers from breaking the drag-n-drop sorting.

nimeso commented 7 years ago

OMG! duh. Been awhile since I used SS. Cheers heaps

UndefinedOffset commented 7 years ago

No worries ;)