Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Dec 25, 2023
1 parent f88bdac commit 59e910e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ load_once_from_file(true)
// here we need to get the data from the database
//mm.data_rows = [{id: 1},{id: 2}] //sql("select id,name from items")
debugger
//mm.data_rows = await rxsql(mm.code_id,mm.base_component_id,"select id,name from items")
//mm.data_rows = sql("select id,name from items")
mm.pane_home_tabulator.setData(mm.data_rows)
}
},100)
Expand Down

0 comments on commit 59e910e

Please sign in to comment.