is it possible to implement something like this? I don't need spreadsheet functionality but the one thing that would be incredible to have in tables is sorting capability. Something tells me that might not be as easy as it sounds though .
Comments
Tables as a grid, or as a table in the HTML pane ?
It is possible but it will only work in Browse mode (of course). You could though switch to Browse mode, do the sort and then copy / paste back in edit mode. It may not be quicker than using Excel.
But for the record, you need to do 2 things to your HTML code:
1- Switch to code view
2- Add in the header section, before the STYLE tag (change the path to where the sorttable.js file is actually located on your PC):
Comments