1

Table View Actions

Dear Community

I try to implement an in-row action behaviour on tables / views.
My idea is that I have a delete link and on click I set a value or delete the entire row.

At the moment I have a "fx" with some onClick code. But this does not fire because the onClick just opens the entry. ...

 

Does anyone has an idea here?!? :D

 

Many thanks
Christian

10 replies

null
    • szormpas
    • 10 days ago
    • Reported - view

      Hi, I've got an idea for you.

    You can use the View widget I put together in the Dashboard Template project.

    You can delete or add records right there in the table view.

    Use the latest version 11.2, let me know if you need any more info.

    Best wishes

    • Christian_Sennewald
    • 9 days ago
    • Reported - view

    Hey 

    looks good... :D Thanks

    So far "just" two questions...
    I also use the onPrem Version on my Mac. Do you know where to get the API Key and the correct URL for all the CRUD operations?

    And is there a config option for getting all Grid controls in a different language (in my case German)

     

    Many thanks
    Christian

      • szormpas
      • 9 days ago
      • Reported - view

        Hi Christian.

      In terms of your first question, I only use the public cloud, so I'd suggest you ask Ninox support directly.

      In regard to the second question, the Ag-Grid library does indeed support localisation. You'll find more info in the link below:

      https://www.ag-grid.com/javascript-data-grid/localisation/

      • Christian_Sennewald
      • 5 days ago
      • Reported - view

      Hy  

      the localisation works pretty good! Many thanks :D

       

      Dou you have an idea on how the get the grid filling all the left vertical space in Ninox form?
      Because when i design my forms on my large screen the other user on smaller screens have to scroll the entire page and the grid as well, which is super confusing in case of usability.
       

      thanks
      Christian

      • szormpas
      • 4 days ago
      • Reported - view

        Hi,

      I'm not quite sure I understand from your description what you mean. Could you send a screenshot?

      • Christian_Sennewald
      • 4 days ago
      • Reported - view

       

      • szormpas
      • 4 days ago
      • Reported - view

        Hi,

      I'm guessing you can't make the Ninox Formula field any taller?

      I agree that dealing with nested scroll bars can be a bit annoying, but I've got used to it.

      You can get rid of the inner scroll bar in the formula field by using pagination. For instance, you can set the default pagination to 10 rows and make the formula field taller until the scroll bar disappears.

      • Christian_Sennewald
      • 4 days ago
      • Reported - view

       
      Yes... this is also my approach so far...
      That was the main reason I tried "your" grid component.

      So far I only need to understand how to bring Action Buttons to every single row...

      • szormpas
      • 4 days ago
      • Reported - view
      • Christian_Sennewald
      • 4 days ago
      • Reported - view

       

      that worked perfect for the images after figuring out how to implement the handler.
      Do you know which ninox URL to call for opening a database entry ?
      In Ninox code it would something like openRecord(uid)...

Content aside

  • 1 Likes
  • 4 days agoLast active
  • 10Replies
  • 68Views
  • 2 Following