HI @KrishManohar,
That part isnât handled in this module yet, as its an Enterprise feature.
Am looking for a way around this e feature, will update you if i find a way to implement this in community edition.
Awesome extension. Sorry for the simple question but how I can tun it in Wappler. I using the terminal in my project and running the npm I command and i am getting that 270 packages was successfully installed . How I can use it in my project. I canât found it inside the frond end components.
This is an awesome extension for Wappler. It saves me so much time adding data grids to pages. Thanks for all of your work building this extension.
I do have one issue I am running in to and was hoping you could help. When using the âHide Componentsâ feature, the âHide Fieldsâ part works, however if I add a column to the âHide Filtersâ or âHide Sort Filtersâ, the grid completely disappears when viewing in the browser. I take the columns out, and the grid comes back. Am I doing something wrong?
Hi @turn3636,
Thanks for reporting this, was able to replicate the behavior and fix the bug.
Have released version 1.0.7 with the fix, kindly update to the latest.
Thanks again for that update. I have another issue and I am probably doing something wrong.
I am trying basically trying to show a detailed record. I have the âConfigured Actionsâ checked, along with âEnable Actionsâ checked and the âView Action Buttonâ checked. I set the styling and everything is working so far. I added a Dynamic event of the View button being clicked so I could load by server action and populate my ID with the ID from the AG Grid row. It does load my server action but the ID is null.
Hi @turn3636,
For the id binding to work the data source needs to provide id field data,
Can you verify if your Data Source provided contains the id field or not,
If there is no ID field in the data source, then you can still use the âdataâ object of the row and retrieve the specific row data for further actions. ex: data.name, data.item, etc.