Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic scroll CRUD with resizable columns #646

Open
DarkSide666 opened this issue Feb 8, 2019 · 0 comments
Open

Dynamic scroll CRUD with resizable columns #646

DarkSide666 opened this issue Feb 8, 2019 · 0 comments
Assignees
Labels

Comments

@DarkSide666
Copy link
Member

We have dynamic scroll CRUD here /demos/scroll-grid-container.php
We have resizable table columns here demos/table2.php

But it's impossible to put these both things together - column resizing then don't work.

$g1 = $c1->add(['CRUD']);
$m1 = $g1->setModel(new Country($db));
$g1->addJsPaginatorInContainer(30, 350);
$g1->table->addClass('celled')->resizableColumn();

That last line:

  • adds adds celled CSS class - ok
  • makes table header column widths and body column widths not equal - not ok
  • doesn't allow to change column widths - not ok

Is it possible to implement without spending like 100 hours on it?

@ibelar can you please estimate how many hours this could take to implement in pessimistic scenario? Then I will ask client if he's ready to pay for that (before actually implementing). If it's simple fix (which i doubt) then we can fix that .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants