izica / relations-widgets-for-backpack

Views/widgets for preview laravel relations in laravel backpack
MIT License
28 stars 13 forks source link

relation_table pagination and documentation #8

Closed fronbow closed 2 years ago

fronbow commented 2 years ago

Hi, In the documentation, it says that the relation_table has pagination but there isn't any functionality in the source. That functionality appears to be in the relation_panel source. Also for relation_table, you have to implicitly set 'button_create' => false, so that the Add button doesn't show up, even though I set 'buttons' => false, in the same block.

Also in the documentation for relation_table, you've written fields where it should be columns.

izica commented 2 years ago

@fronbow Hello, for pagination check per_page property in 3.0 version. Thank you about fields mistake, i'll fix it.

izica commented 2 years ago

@fronbow Ah, now I got it, I changed panel instead of table by mistake, ty so much for help

izica commented 2 years ago

released 3.1