I'm looking for a split-pane library - something that will let me have 2 tables on a screen, and the user can drag the middle divider to show more of one table or the other.
I know there are libraries out there that do this, like the shagstrom one, but I was looking for something that didn't rely on jQuery. Does one exist, and if so, can you please point me to it?
You can use Split.js which have no dependencies and works very well.
Simple example:
This is not an angular librairy but but can easily integrate it inside a directive.