Rousseau Julien

Results 66 comments of Rousseau Julien
trafficstars

[or this :D](https://github.com/RoXuS/paper-datatable-api)

Thx @dhrytsenko ! You also did a good job! The table seems to meet different needs of mine.

Sorry I use ES6 but a simple example should be : ``` javascript class myApiDatasource { beforeRegister() { this.properties = { page: { type: Number, value: 0, }, size: {...

Hello, `my-api-datasource` is an element to manage the calls to your API. - `my-api-datasource` sets the get function in `dataSource` object (in the `attached` method). - When `paper-datatable-card` needs data,...

@foochris, when I wrote this example it was functional, but now I can't test it because I don't use `paper-datatable`. I suggest you do not use `paper-datatable` because it is...

I know but as I have said in the PR, **for some reason the notify: true on the header property doesn't fire the header-changed event! I'm doing it manually with...

hello @jay8t6, I had a discussion with the author a few months ago on slack, he had promised to take a look at PR but obviously this is not the...

@amanuel2 I did a fast example with firebase. You can see the demo here: https://roxus.github.io/paper-datatable-api/components/paper-datatable-api/ And the code: https://github.com/RoXuS/paper-datatable-api/blob/master/demo/firebase-demo.html If you want use the pagination you have to use the...

Hello, @depeele, I have forked this component and I have added the frozen header feature. See demo [here](https://roxus.github.io/paper-datatable-api/components/paper-datatable-api/#paper-datatable-api) and the source code [here.](https://github.com/RoXuS/paper-datatable-api)