This commit is contained in:
kepler155c@gmail.com
2020-04-16 23:11:59 -06:00
parent 6b429a26e4
commit 3246579ab1
14 changed files with 177 additions and 190 deletions

View File

@@ -68,7 +68,7 @@ local methodsPage = UI.Page {
grid = UI.ScrollingGrid {
y = -6, ey = -2,
columns = {
{ heading = 'Name', key = 'name', width = UI.term.width }
{ heading = 'Name', key = 'name' }
},
sortColumn = 'name',
},