Disable Base sort by clicking on column name

Disclaimer

Is this project open source? Yes
Is this project completely free? Yes
Is this project vibe-coded beyond the author’s ability to comprehend how it works? No


If you always accidentally click on columns that then sorts your base all wrong, this CSS snippet stops that. This is also prevents reordering columns BY DRAGGING.

You can still sort manually with the modal window by clicking Sort. Reordering columns is done by reordering properties in Properties modal.

.bases-thead .bases-td {
    pointer-events: none;
}

I’m also not used to sorting immediately after clicking. I think Base needs to be able to perform some settings like Canvas.

1 Like