The more I use this, the more I love it!
I have a master grid and a detail grid.
The detail grid is set to look like an Excel spread sheet.
The issue is that only the data in the table is shown but I need it to act like a real SS.
I need at least 100 empty cells (rows) that a user can enter data.
it thought there was an option like…
$grid['max'] = '100'
or am I just sniffing glue.
3 Answers
Hello,
As grid connects to a db table on backend, there must be empty rows to save data.
What you can do is to have a 'add rows' button in toolbar, which add blank records in table, that will show as blank rows in grid upon reload.
This could be the most closest solution, as grid is not full spreadsheet. I am also emailing you updated lib and working demo.
Your Answer