How to fix the Order book showing dates instead of quantity on Kite
If the Kite order book is displaying date values in the quantity column (or vice versa), the data is intact server-side; what you are seeing is a client-side column shift in the rendered table.
Conflict-of-interest disclosure. This guide is published by WebNotes Editorial Team for informational purposes. WebNotes has no commercial relationship with Zerodha.
Step-by-step procedure
Six steps per the procedure infobox. The notes below explain the cause and the safety check before contacting support.
Cause: column-shift rendering
Kite web renders the order book as an HTML table. A few situations can cause cells to render under the wrong column header:
- Stale CSS or HTML asset. A partial update to Kite’s web build left the browser caching old column widths.
- Browser zoom not at 100%. Zoom levels above 110% or below 90% can collapse narrow columns and shift their content.
- CSS-injecting browser extension. Some extensions add padding / margin rules that conflict with Kite’s CSS.
- OS-level font scaling. Outside default scaling, columns may overflow.
Safety check: data is intact
Before assuming the order book itself is broken, verify the underlying data is correct:
- Open the Kite mobile app.
- Navigate to Orders.
- Confirm the order book has correct dates and quantities.
If the app shows correct data, the issue is web-side rendering, not server-side. Proceed with the diagnostic steps.
After hard-refresh
A hard-refresh (Ctrl+Shift+R / Cmd+Shift+R) re-downloads the HTML, CSS and JS files for Kite web. This fixes 80% of column-shift cases instantly.
After incognito test
If the issue persists in normal browsing but is fixed in incognito, an extension is responsible. Identify by disabling extensions one-by-one or by adding kite.zerodha.com to the extension’s exclude list.
When all else fails
For a persistent issue across browsers and reset attempts:
- Take a screenshot.
- Submit a ticket via Console > Support > Technical issue.
- Include browser, OS, and a screenshot.
The screenshot helps the engineering team reproduce the issue. The data being misaligned is a relatively rare bug; most reports turn out to be a stale cache.
See also
- Kite Holdings tab explained
- Kite Positions tab explained
- How to fix texts and numbers overlapping on marketwatch
- How to fix Invalid CSRF token error on marketwatch
- How to fix B/S shortcuts not opening order window
- How to fix LTP zero on marketwatch
- How to fix Day’s change incorrect vs previous close
- How to fix Pinned overview resets to Nifty
- How to update the Kite app for new marketwatch features
- How to use the marketwatch on Kite
- How to add scrips to the Kite marketwatch
- Day’s P&L on holdings calculation
- Realised vs unrealised profit calculation
- Holdings value differs Console vs Kite
- Intraday P&L on Kite web
- P&L change after 3:30 PM
- Market depth view on Kite
- Redesigned marketwatch on Kite web
- Sticky order window on Kite
- How to quick exit holdings / positions
- How to group / filter positions on Kite
- Kite (Zerodha)
- Kite web
- Kite mobile app
- Zerodha
- Zerodha Console
External references
References
- Zerodha Support, Order book display issues, support.zerodha.com.
- Zerodha Support, Kite web rendering troubleshooting, support.zerodha.com.