You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to our company's policy, I can't give all the project. 2 jade views affixed. the node server responses like: res.render('data-table', { cols: cols, tableName: req.params.table, chart: req.params.table, show_date_search: show_date_search });
Till now, everything is ok, including table & charts, except this issue. thank you for helping me
+dropdown("select type",[
{text: "by month", url: 'javascript:change_chart(#{chart},'month')'},
{text: "by year", url: 'javascript:change_chart(#{chart},'year')'}
])
this is my snippet, i want to render the page with variables that server gives me. but not matter how, i couldn't make it.
The text was updated successfully, but these errors were encountered: