Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Fetching & filtering a List Grid

    This code filters a grid on the 'capital' column.
    Code:
    var cFilterString = "port";
    countryList.filterData({capital: cFilterString})
    To make it more dynamic how do you go about replacing the hardcoded column name with a variable? A naked Javascript variable doesn't work here.


    Many Thanks

    Chris
Working...
X