Creating a new table with the first column frozen

D

DapperDanH

Is there a way to create a custom table with the first column frozen?

For example, in Gantt Chart view, the first column is the ID field.
Clicking it will select the entire gantt chart grid.

When I make my own table, the first column is not "frozen". Where in the
API can i make the first column frozen?

Thanks,
Dan
 
D

DapperDanH

I solved it with the "LockFirstColumn" boolean. The issue I was having is
that I had to set this to true for EVERY call to TableEdit and I only had it
set for the first TableEdit call when I create the table for the first time.

Thanks,
Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top