Hi,
is this the expected behavior that when grid is empty then we cannot add the data?
cause when i click the '+' it just empty fields… nada
4 Answers
No, it should show all editable fields when adding record.
Make sure you set your columns as editable->true.
Hi,
already put the "$g->set_columns($cols,true);".
still blank grid (just 1 field "null" & Actions).
when click (+) show popup window with no fields.
cause i'm select 1 table. and that the table is blank(no records).
but when i fill the data first. it shows runs normally…
is this bug?
FYI : using mssql
thx
Your Answer