KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Matrix + Inputs (passing settings) #897

Open Dimitry opened this topic on on May 29, 2019 - 1 comments

Dimitry commented on May 29, 2019

Good day dear support,

I have issue with matrix + inputs. When I drag something from matrix table (lets say "item1" from the waiting list to the columns and then I send data from "Select2, DateRangePicker" - "item1" is no longer as column, it`s in waiting list. So my question is - it is possible to send along with "Multiselect" current settings of the matrix?

I can`t find this info in documentations as on forum.

David Winterburn commented on Jun 4, 2019

Hi Dimitry,

Yours is an excellent question. To keep a PivotMatrix's state across form submitting please:

  1. Put the PivotMatrix inside the form
  2. Set your form's method to POST (which is default)
  3. Add this hidden input element to your form:
<input type='hidden' name='koolPivotUpdate' />

Thereafter the PivotMatrix should keep its state after outside form submitting. Let us know if you have any problem with this approach. Thanks!

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Inputs