Skip to content

Commit

Permalink
void types sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Oct 22, 2023
1 parent 58dfda1 commit 12c1a97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ export const posts: {
}[] = [];

posts.push(
{
title: "Void types sorting",
date: "2023-10-22",
key: "sort-void-types",
body: `Clicking the headers in the void types table will now sort the table, click again to change direction, <a href="https://abaplint.app/stats/abapGit/abapGit/void_types">try it out</a>`,
},

{
title: "Intra class call graph",
date: "2023-10-19",
Expand Down

0 comments on commit 12c1a97

Please sign in to comment.