User Manual

04.13.2026

MANUAL

FAQ: How to highlight locked records in list view

## Answer Use "「Style」". --- ## Overview If you want to highlight records that are locked by the "「Lock Record」" function on the list screen, set "「Style」". ## Preparation 1. Open Manage table. 1. Open the Style tab. 1. Click New, enter a title, and enter the following CSS. 1. Set the output destination to List, and click the Add button. 1. Click the Update button. 1. Confirm that the record is highlighted on the list screen. ![image](https://pleasanter.org/binaries/f663d9142af94e4fac76b90c6691e643) ## Sample Code The method for specifying elements differs between versions prior to 1.4.20.0 and later versions. #### after ver1.4.20.0 ##### CSS ``` .grid [data-locked="1"] td{ background-color: pink; } ``` #### before ver1.4.19.2 ##### CSS ``` [data-locked="1"] { background-color: pink; } ``` ## Related Information <div id="ManualList"> <article class="s-blog_list_unit"><h2> <h2>The specified information was not found.</h2> <p><a href="/ja/manual">Return to top</a></p> </article> </div><input id="SearchTextHidden" type="hidden" value="" />
support_agent 本格運用を、もっと安心に

安定運用や活用拡大を見据えるなら、年間サポートサービスをご活用ください。

年間サポートサービスの詳細はこちら →
school プリザンターを使いこなす近道はこちら

基本から実践まで、プリザンターをしっかり学べるトレーニングをご用意しています。

トレーニングサービスの詳細はこちら →
TOP