Sorry, we don't support your browser.  Install a modern browser

Pages section - table layout - add option to hide row number and header row#460

I would like to be able to hide the row number column and header row via the blueprint.

I noticed that the row number column is also where the sort icon shows up, which seems inefficient, since in normal list layout the sort icon shows up outside of the the margins and not take away space from other columns.

2 years ago

There’s a workaround for this via CSS:

.k-table-index-column { display: none; }
a year ago