Denys Vuika 5c8d13284b #254 UI improvements
- out-of-box ‘ellipsis-cell’ class for styling columns
- extended demo with long column text truncation
- table cell layout improvements
2016-06-22 16:11:42 +01:00
..
2016-05-31 14:45:10 +01:00
2016-06-22 16:11:42 +01:00
2016-06-03 11:03:23 +01:00
2016-06-15 11:57:40 +01:00
2016-06-21 18:32:06 +01:00
2016-05-26 16:35:28 +01:00
2016-05-24 14:28:09 +01:00
2016-05-24 16:45:57 +01:00
2016-06-14 12:36:15 +01:00

DocumentList demo

Install:

npm install

Update host and credentials

src/main.ts

login() {
    let host = 'http://192.168.99.100:8080';
    let credentials = { "userId": "admin", "password": "admin" };
    ...
}

Run the project:

npm start