rxDataTable icon indicating copy to clipboard operation
rxDataTable copied to clipboard

Example with Features

Open johntom opened this issue 10 years ago • 2 comments

Hi Nick, This library looks so promising and I would love to use but I'm having trouble setting with many of the features wrtten in API Docs and Dev Guides. The following plunker indicates issues below. http://plnkr.co/edit/VwTUYw?p=preview

  1. tooltip does not do anything. As I don't see anything in the directive, perhaps this is a feature not yet resolved or perhaps I'm doing it wrong.
  2. selected-color, even-color odd-color attributes don't seem to function
  3. I think it would be helpful to have complex and full-features examples working as I would like to filter and use xeditable but have failed in my attempts.
  4. checkbox does not display title
  5. click event raise error TypeError: Cannot call method 'toString' of undefined at Scope.scope.rowClass (http://run.plnkr.co/EU8z3qqpgkejWhd5/rx-data-table.js:345:57)
  6. Holding shift key enables multi-sort feature and this works great!
  7. I'm willing to help by creating a rich set of "how to" plunker examples TIA John

johntom avatar Mar 31 '14 22:03 johntom

Howdy,

Thanks for your interesting.

The tooltip is currently getting dev'd, and I'm hoping to have shortly in there.

The selected-color, even-color, and odd-color aren't implemented and are their functionality is relegated to CSS Classes since those are much more robust and performant.

I agree with the complex features examples, however, I've been ridiculously busy and haven't had time to implement them. Same with the checkbox and click event.

You're welcome to work/submit whatever you'd like, as long as it's unit tested :).

Thanks!

Stephen

Stephen Golub

On Mon, Mar 31, 2014 at 5:59 PM, John Tomaselli [email protected]:

Hi Nick, This library looks so promising and I would love to use but I'm having trouble setting with many of the features wrtten in API Docs and Dev Guides. The following plunker indicates issues below. http://plnkr.co/edit/VwTUYw?p=preview

  1. tooltip does not do anything. As I don't see anything in the directive, perhaps this is a feature not yet resolved or perhaps I'm doing it wrong.
  2. selected-color, even-color odd-color attributes don't seem to function
  3. I think it would be helpful to have complex and full-features examples working as I would like to filter and use xeditable but have failed in my attempts.
  4. checkbox does not display title
  5. click event raise error TypeError: Cannot call method 'toString' of undefined at Scope.scope.rowClass ( http://run.plnkr.co/EU8z3qqpgkejWhd5/rx-data-table.js:345:57)
  6. Holding shift key enables multi-sort feature and this works great!
  7. I'm willing to help by creating a rich set of "how to" plunker examples TIA John

Reply to this email directly or view it on GitHubhttps://github.com/nickburns2006/rxDataTable/issues/31 .

stephengolub avatar Apr 01 '14 00:04 stephengolub

@johntom PR #32 addressed the implementation of the popover and tooltip functionality. You can use it if you include the ui-bootstrap module (http://angular-ui.github.io/bootstrap/#/tooltip).

This has been released with rxDataTable version 0.4.7

stephengolub avatar Apr 04 '14 16:04 stephengolub