You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am using ur accordion list in my project, its working great..But small problem with set emptyText when there is no data to display in list i tried this way, but its not showing empty text..Can u guide me. Thanks in advance
{
xtype: 'accordionlist',
store: Ext.create('WinReo.store.Task'),
flex: 1,
cls:'testlistvalue',
emptyText:'No Property to Show',
listConfig: {
plugins: [
{
xclass: 'Ext.plugin.ListPaging',
autoPaging: true,
noMoreRecordsText: 'No More Properties'
}
]
}
The text was updated successfully, but these errors were encountered:
Hi,
Am using ur accordion list in my project, its working great..But small problem with set emptyText when there is no data to display in list i tried this way, but its not showing empty text..Can u guide me. Thanks in advance
{
xtype: 'accordionlist',
store: Ext.create('WinReo.store.Task'),
flex: 1,
cls:'testlistvalue',
emptyText:'No Property to Show',
listConfig: {
plugins: [
{
xclass: 'Ext.plugin.ListPaging',
autoPaging: true,
noMoreRecordsText: 'No More Properties'
The text was updated successfully, but these errors were encountered: