We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1231a commit aac36d5Copy full SHA for aac36d5
adminforth/types/Common.ts
@@ -813,6 +813,10 @@ export interface AdminForthResourceColumnInputCommon {
813
*/
814
foreignResource?: AdminForthForeignResourceCommon,
815
816
+ /**
817
+ * Whether to allow this column to be sortable in list view.
818
+ * If true, AdminForth will add sorting buttons to the column header in list view and clicking on it will change sorting state of the column.
819
+ */
820
sortable?: boolean,
821
822
0 commit comments