Premium support for our pure JavaScript UI components


Post by abisht »

Hi,
I am working on a POC, where a user can click on a cell of a column, says Driver, which will open a popup with searchable driver name.

This popup will present a list of drivers with autocomplete search capability.

On selecting the driver, the cell should be updated with that driver name.

Is it possible or supported in Bryntum Grid?


Post by alex.l »

All the best,
Alex


Post by abisht »

Thank you for the references. Just wanted to know, if we can integrate with a Java API, with search capability, to get filtered data?

POST : /api/driver/search
Body : {
"SearchFilter" : [ 
       {
          "DriverName" :"An*"
       }
   ]
}

Right now user has type An on the keyboard.


Post by mats »


Post by abisht »

Thank you for all the support. I will try this POC now.


Post Reply